docs: <server> is not always required, drop it
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
d4333c2dc0
commit
5e05bcd8b0
@ -6,10 +6,9 @@ import (
|
|||||||
|
|
||||||
// ServerCommand defines the `abra server` command and its subcommands
|
// ServerCommand defines the `abra server` command and its subcommands
|
||||||
var ServerCommand = &cli.Command{
|
var ServerCommand = &cli.Command{
|
||||||
Name: "server",
|
Name: "server",
|
||||||
ArgsUsage: "<server>",
|
Aliases: []string{"s"},
|
||||||
Aliases: []string{"s"},
|
Usage: "Manage servers",
|
||||||
Usage: "Manage servers",
|
|
||||||
Description: `
|
Description: `
|
||||||
Manage the lifecycle of a server.
|
Manage the lifecycle of a server.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user