docs: terse manually managed usage text
This commit is contained in:
@ -21,11 +21,12 @@ import (
|
||||
)
|
||||
|
||||
var appPsCommand = cli.Command{
|
||||
Name: "ps",
|
||||
Aliases: []string{"p"},
|
||||
Usage: "Check app status",
|
||||
ArgsUsage: "<domain>",
|
||||
Description: "Show status of a deployed app.",
|
||||
Name: "ps",
|
||||
Aliases: []string{"p"},
|
||||
Usage: "Check app status",
|
||||
HideHelpCommand: true,
|
||||
UsageText: "abra app ps [options] <domain>",
|
||||
Description: "Show status of a deployed app.",
|
||||
Flags: []cli.Flag{
|
||||
internal.MachineReadableFlag,
|
||||
},
|
||||
|
Reference in New Issue
Block a user