Skip to content

Commit

Permalink
fix: hide completion command
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Mar 13, 2024
1 parent 4496dc1 commit 7be4d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func initCommands() {
rootCmd.AddCommand(cmd)
}
rootCmd.InitDefaultHelpCmd()

rootCmd.CompletionOptions.HiddenDefaultCmd = true
cc.Init(
&cc.Config{
RootCmd: rootCmd,
Expand Down

0 comments on commit 7be4d35

Please sign in to comment.