completion removal and workflow trigger update
All checks were successful
code scans / scans (push) Successful in 1m18s

This commit is contained in:
2025-05-11 00:36:11 -04:00
parent f8282c3676
commit 5b6ddc71cf
2 changed files with 10 additions and 2 deletions

View File

@@ -28,5 +28,7 @@ func Execute() {
}
func init() {
rootCmd.CompletionOptions = cobra.CompletionOptions{
DisableDefaultCmd: true,
}
}