0
0
forked from toolshed/abra

docs: <server> is not always required, drop it

This commit is contained in:
2021-09-06 00:14:52 +02:00
parent d4333c2dc0
commit 5e05bcd8b0

View File

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