added more aliases for wwctl commands
Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
committed by
Jonathon Anderson
parent
2805122c12
commit
17a5aaefee
@@ -9,6 +9,7 @@ var (
|
||||
DisableFlagsInUseLine: true,
|
||||
Use: "create [OPTIONS] OVERLAY_NAME",
|
||||
Short: "Initialize a new Overlay",
|
||||
Aliases: []string{"new", "add"},
|
||||
Long: "This command creates a new empty overlay with the given OVERLAY_NAME.",
|
||||
RunE: CobraRunE,
|
||||
Args: cobra.ExactArgs(1),
|
||||
|
||||
Reference in New Issue
Block a user