adding delete command in the file pkg/cli/commands/delete.go

This commit is contained in:
vb
2026-02-05 14:51:19 +01:00
committed by Robin Olsen
parent bf1842b1f9
commit 7cf02a758d
2 changed files with 48 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ func ExecuteWithArgs(args []string) error {
func init() {
rootCmd.AddCommand(createCmd)
rootCmd.AddCommand(deleteCmd)
rootCmd.CompletionOptions.DisableDefaultCmd = false
rootCmd.AddGroup(&cobra.Group{ID: "help", Title: "Helping Commands"})
rootCmd.SetCompletionCommandGroupID("help")