We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef9692 commit 0e348cbCopy full SHA for 0e348cb
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