Basic functionality of wwctl vnfs build worked out

This commit is contained in:
Gregory Kurtzer
2020-11-18 22:46:23 -08:00
parent 724e1de14c
commit e9132cf6f7
8 changed files with 288 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ var (
func init() {
baseCmd.PersistentFlags().BoolVarP(&BuildAll, "all", "a", false, "Build all overlays (runtime and system)")
baseCmd.PersistentFlags().BoolVarP(&ByNode, "node", "n", false, "Build overlay for a particular node")
baseCmd.PersistentFlags().BoolVarP(&ByNode, "node", "n", false, "Build overlay for a particular node(s)")
}
// GetRootCommand returns the root cobra.Command for the application.