disable completon command

This commit is contained in:
Robin Olsen
2026-02-04 20:19:31 +01:00
parent 0e8bbada6b
commit 296f9c6d83

View File

@@ -21,4 +21,5 @@ func Execute(services *service.Services) error {
func init() {
rootCmd.AddCommand(createCmd)
rootCmd.CompletionOptions.DisableDefaultCmd = true
}