Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ServerCommand = cli.Command{ Name: "server", Aliases: []string{"s"}, Usage: "Manage servers", UsageText: "abra server [command] [arguments] [options]", Commands: []*cli.Command{ &serverAddCommand, &serverListCommand, &serverRemoveCommand, &serverPruneCommand, }, }
ServerCommand defines the `abra server` command and its subcommands
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.