We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ef9692 + 0e348cb commit 080c5ccCopy full SHA for 080c5cc
1 file changed
plugins/github/gh.go
@@ -15,6 +15,7 @@ func GitHubCLI() schema.Executable {
15
NeedsAuth: needsauth.IfAll(
16
needsauth.NotForHelpOrVersion(),
17
needsauth.NotWithoutArgs(),
18
+ needsauth.NotWhenContainsArgs("__complete"),
19
),
20
Uses: []schema.CredentialUsage{
21
{
0 commit comments