1
0
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:
Thomas Boerger 2019-10-18 09:50:40 +02:00
parent f9fd3fe42b
commit cb187f05cb
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B

@ -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{