Added --force flag on node delete (fixes #164)

This commit is contained in:
Juan Font Alonso
2021-10-16 12:30:52 +02:00
parent 52511af8e4
commit be3a379d10
2 changed files with 11 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ import (
func init() {
rootCmd.PersistentFlags().StringP("output", "o", "", "Output format. Empty for human-readable, 'json' or 'json-line'")
rootCmd.PersistentFlags().Bool("force", false, "Disable prompts and forces the execution")
}
var rootCmd = &cobra.Command{