Lots of updates with the node management CLI tools
This commit is contained in:
@@ -15,7 +15,7 @@ var (
|
||||
|
||||
func init() {
|
||||
baseCmd.PersistentFlags().StringVarP(&SetForce, "force", "f", "", "Force node delete")
|
||||
baseCmd.PersistentFlags().StringVarP(&SetGroup, "group", "g", "", "Set group to delete nodes from")
|
||||
baseCmd.PersistentFlags().StringVarP(&SetGroup, "group", "g", "default", "Set group to delete nodes from")
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user