refactor: domainName as arg and doc strings

See coop-cloud/organising#163.
This commit is contained in:
2021-09-10 15:04:01 +02:00
parent 683ef0c3de
commit 99160967a8
4 changed files with 20 additions and 21 deletions

View File

@ -13,7 +13,7 @@ import (
var serverListCommand = &cli.Command{
Name: "list",
Aliases: []string{"ls"},
Usage: "List locally-defined servers.",
Usage: "List managed servers",
ArgsUsage: " ",
HideHelp: true,
Action: func(c *cli.Context) error {