Skip to content

Commit

Permalink
Add completion
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed May 2, 2024
1 parent 9878136 commit 9050309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/cli/command/root/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Get started by logging in with
rootCmd.AddCommand(configCmd.NewConfigCmd())

// Declutter default stuff
rootCmd.CompletionOptions.DisableDefaultCmd = true
rootCmd.CompletionOptions.HiddenDefaultCmd = true
rootCmd.SetHelpCommand(&cobra.Command{
Hidden: true,
})
Expand Down

0 comments on commit 9050309

Please sign in to comment.