forked from toolshed/abra
refactor!: remove no-input flag where not needed
This commit is contained in:
@ -18,7 +18,6 @@ var serverListCommand = cli.Command{
|
||||
Usage: "List managed servers",
|
||||
Flags: []cli.Flag{
|
||||
internal.DebugFlag,
|
||||
internal.NoInputFlag,
|
||||
},
|
||||
Before: internal.SubCommandBefore,
|
||||
Action: func(c *cli.Context) error {
|
||||
|
Reference in New Issue
Block a user