docs: short aliases [ci skip]

This commit is contained in:
2021-09-05 01:34:56 +02:00
parent a3a66ef972
commit 317be4cc01
19 changed files with 53 additions and 20 deletions

View File

@ -29,7 +29,7 @@ var VolumesFlag = &cli.BoolFlag{
var appRemoveCommand = &cli.Command{
Name: "remove",
Usage: "Remove an already undeployed app",
Aliases: []string{"rm", "delete"},
Aliases: []string{"rm"},
Flags: []cli.Flag{
VolumesFlag,
internal.ForceFlag,