forked from toolshed/abra
refactor!: remove no-input flag where not needed
This commit is contained in:
@ -72,7 +72,6 @@ var appLogsCommand = cli.Command{
|
||||
Flags: []cli.Flag{
|
||||
internal.StdErrOnlyFlag,
|
||||
internal.DebugFlag,
|
||||
internal.NoInputFlag,
|
||||
},
|
||||
Before: internal.SubCommandBefore,
|
||||
BashComplete: autocomplete.AppNameComplete,
|
||||
|
Reference in New Issue
Block a user