docs: short aliases, short descriptions [ci skip]

This commit is contained in:
2021-09-05 01:21:16 +02:00
parent 7155a33d31
commit a3a66ef972
5 changed files with 24 additions and 14 deletions

View File

@ -7,7 +7,8 @@ import (
// ServerCommand defines the `abra server` command and its subcommands
var ServerCommand = &cli.Command{
Name: "server",
ArgsUsage: "<host>",
ArgsUsage: "<server>",
Aliases: []string{"s"},
Usage: "Manage servers",
Description: `
Manage the lifecycle of a server.