forked from toolshed/abra
docs: short aliases [ci skip]
This commit is contained in:
@ -42,8 +42,9 @@ func parseVersionLabel(label string) (string, string) {
|
||||
}
|
||||
|
||||
var appVersionCommand = &cli.Command{
|
||||
Name: "version",
|
||||
Usage: "show version of all services in app",
|
||||
Name: "version",
|
||||
Aliases: []string{"v"},
|
||||
Usage: "Show version of all services in app",
|
||||
Action: func(c *cli.Context) error {
|
||||
appName := c.Args().First()
|
||||
if appName == "" {
|
||||
|
||||
Reference in New Issue
Block a user