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 (
|
||||
baseCmd = &cobra.Command{
|
||||
DisableFlagsInUseLine: true,
|
||||
Use: "delete [OPTIONS] CONTAINER [...]",
|
||||
Aliases: []string{"rm", "remove", "del"},
|
||||
Short: "Delete an imported container",
|
||||
Long: "This command will delete CONTAINERs that have been imported into Warewulf.",
|
||||
RunE: CobraRunE,
|
||||
|
||||
Reference in New Issue
Block a user