docs: take a pass on CLI usage docs and add ASCII

This commit is contained in:
2021-07-26 23:58:34 +02:00
parent 3bc612c44e
commit 429c7e4e50
4 changed files with 15 additions and 7 deletions

View File

@ -125,7 +125,7 @@ var serverAppsCommand = &cli.Command{
var ServerCommand = &cli.Command{
Name: "server",
ArgsUsage: "<host>",
Usage: "Interact with the servers hosting your apps",
Usage: "Manage the servers that host your apps",
HideHelp: true,
Subcommands: []*cli.Command{
serverNewCommand,