forked from toolshed/abra
docs: short aliases [ci skip]
This commit is contained in:
@ -17,7 +17,9 @@ import (
|
||||
)
|
||||
|
||||
var appPsCommand = &cli.Command{
|
||||
Name: "ps",
|
||||
Name: "ps",
|
||||
Usage: "Check app status",
|
||||
Aliases: []string{"p"},
|
||||
Action: func(c *cli.Context) error {
|
||||
appName := c.Args().First()
|
||||
if appName == "" {
|
||||
|
Reference in New Issue
Block a user