docs: terse manually managed usage text

This commit is contained in:
2024-07-10 11:37:06 +02:00
parent 4580ea9dc8
commit edb542c653
40 changed files with 256 additions and 281 deletions

View File

@ -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,
},