mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
Hide the default completion command
This commit is contained in:
@@ -397,4 +397,5 @@ func Init(root *cobra.Command) {
|
||||
root.SetUsageFunc(show_usage)
|
||||
root.SetHelpFunc(show_help)
|
||||
root.SetHelpCommand(&cobra.Command{Hidden: true})
|
||||
root.CompletionOptions.DisableDefaultCmd = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user