We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d615ffe commit 9bab9d6Copy full SHA for 9bab9d6
1 file changed
plugins/junie/junie.go
@@ -9,9 +9,9 @@ import (
9
10
func JunieCLI() schema.Executable {
11
return schema.Executable{
12
- Name: "JetBrains Junie CLI",
13
- Runs: []string{"junie"},
14
- DocsURL: sdk.URL("https://junie.jetbrains.com/docs/junie-cli-usage.html"),
+ Name: "JetBrains Junie CLI",
+ Runs: []string{"junie"},
+ DocsURL: sdk.URL("https://junie.jetbrains.com/docs/junie-cli-usage.html"),
15
NeedsAuth: needsauth.IfAll(
16
needsauth.NotForHelpOrVersion(),
17
needsauth.NotWithoutArgs(),
0 commit comments