docs: short aliases [ci skip]

This commit is contained in:
2021-09-05 01:34:56 +02:00
parent a3a66ef972
commit 317be4cc01
19 changed files with 53 additions and 20 deletions

View File

@ -10,8 +10,9 @@ import (
var serverAddCommand = &cli.Command{
Name: "add",
Usage: "Add a new server, reachable on <host>.",
ArgsUsage: "<host> [<user>] [<port>]",
Usage: "Add a new server, reachable on <server>.",
Aliases: []string{"a"},
ArgsUsage: "<server> [<user>] [<port>]",
Description: "[<user>], [<port>] SSH connection details",
Action: func(c *cli.Context) error {
argLen := c.Args().Len()