refactor!: remove no-input flag where not needed

This commit is contained in:
2022-01-24 16:59:35 +01:00
parent c0c3d9fe76
commit 2277e4ef72
14 changed files with 2 additions and 17 deletions

View File

@ -72,7 +72,6 @@ var appLogsCommand = cli.Command{
Flags: []cli.Flag{
internal.StdErrOnlyFlag,
internal.DebugFlag,
internal.NoInputFlag,
},
Before: internal.SubCommandBefore,
BashComplete: autocomplete.AppNameComplete,