Skip to content

Commit

Permalink
fix(cli): Un-hide login
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Nov 2, 2023
1 parent 9f9ad6d commit d54c5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ WARNING: The 'username'' and 'password' will be stored in the config file in pla
FParseErrWhitelist: cobra.FParseErrWhitelist{},
CompletionOptions: cobra.CompletionOptions{},
TraverseChildren: false,
Hidden: true,
Hidden: false,
SilenceErrors: false,
SilenceUsage: false,
DisableFlagParsing: false,
Expand Down

0 comments on commit d54c5a5

Please sign in to comment.