refactor!: remove no-input flag where not needed
This commit is contained in:
@ -19,7 +19,6 @@ var recipeLintCommand = cli.Command{
|
||||
ArgsUsage: "<recipe>",
|
||||
Flags: []cli.Flag{
|
||||
internal.DebugFlag,
|
||||
internal.NoInputFlag,
|
||||
internal.OnlyErrorFlag,
|
||||
},
|
||||
Before: internal.SubCommandBefore,
|
||||
|
Reference in New Issue
Block a user