forked from toolshed/abra
docs: short aliases [ci skip]
This commit is contained in:
@ -4,5 +4,7 @@ import "github.com/urfave/cli/v2"
|
||||
|
||||
var appRollbackCommand = &cli.Command{
|
||||
Name: "rollback",
|
||||
Usage: "Roll an app back to a previous version",
|
||||
Aliases: []string{"b"},
|
||||
ArgsUsage: "[<version>]",
|
||||
}
|
||||
|
Reference in New Issue
Block a user