mirror of
https://github.com/drone/drone-cli.git
synced 2026-01-21 02:11:34 +01:00
Add long options to server list command
This commit is contained in:
parent
f9fd3fe42b
commit
cb187f05cb
@ -21,15 +21,15 @@ var serverListCmd = cli.Command{
|
||||
Action: serverList,
|
||||
Flags: []cli.Flag{
|
||||
cli.BoolFlag{
|
||||
Name: "a",
|
||||
Name: "a, all",
|
||||
Usage: "include stopped servers",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "l",
|
||||
Name: "l, long",
|
||||
Usage: "list in long format",
|
||||
},
|
||||
cli.BoolTFlag{
|
||||
Name: "H",
|
||||
Name: "H, headers",
|
||||
Usage: "include column headers",
|
||||
},
|
||||
cli.StringFlag{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user