ctr: Unify the delete subcommand alias
This commit unifies the following sub commands alias for deleting/removing. - containers - tasks - contents - leases - images - snapshots Signed-off-by: Ning Li <lining2020x@163.com>
This commit is contained in:
@@ -30,7 +30,7 @@ var deleteCommand = cli.Command{
|
||||
Name: "delete",
|
||||
Usage: "delete one or more tasks",
|
||||
ArgsUsage: "CONTAINER [CONTAINER, ...]",
|
||||
Aliases: []string{"rm"},
|
||||
Aliases: []string{"del", "remove", "rm"},
|
||||
Flags: []cli.Flag{
|
||||
cli.BoolFlag{
|
||||
Name: "force, f",
|
||||
|
||||
Reference in New Issue
Block a user