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 37c0108 commit d70af89Copy full SHA for d70af89
1 file changed
internal/cli/auth.go
@@ -85,8 +85,6 @@ func authLoginCmd() *cobra.Command {
85
cmd.MarkFlagsMutuallyExclusive("token", "token-cmd")
86
return cmd
87
}
88
- return cmd
89
-}
90
91
// readTokenInteractive prompts for a token in raw mode.
92
// Pressing Ctrl+E as the first key switches to command mode (stored as "!cmd").
0 commit comments