Skip to content

Commit d615ffe

Browse files
committed
Fix comment
Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
1 parent 195edd6 commit d615ffe

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

plugins/junie/junie.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ func JunieCLI() schema.Executable {
1212
Name: "JetBrains Junie CLI",
1313
Runs: []string{"junie"},
1414
DocsURL: sdk.URL("https://junie.jetbrains.com/docs/junie-cli-usage.html"),
15-
NeedsAuth: needsauth.NotForHelpOrVersion(),
15+
NeedsAuth: needsauth.IfAll(
16+
needsauth.NotForHelpOrVersion(),
17+
needsauth.NotWithoutArgs(),
18+
),
1619
Uses: []schema.CredentialUsage{
1720
{
1821
Name: credname.APIKey,

0 commit comments

Comments
 (0)