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
parent 03ff8b41b7
commit c243209aff
3 changed files with 51 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ func Execute(services *service.Services) error {
func init() {
rootCmd.AddCommand(createCmd)
rootCmd.AddCommand(deleteCmd)
rootCmd.CompletionOptions.DisableDefaultCmd = false
rootCmd.AddGroup(&cobra.Group{ID: "other", Title: "Helping Commands"})
rootCmd.SetCompletionCommandGroupID("other")