adding delete command in the file pkg/cli/commands/delete.go
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user