disable completon command

This commit is contained in:
Robin Olsen
2026-02-04 20:19:31 +01:00
parent 640bc45f2c
commit a92cb71081

View File

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