forked from toolshed/abra
refactor!: remove no-input flag where not needed
This commit is contained in:
@ -27,7 +27,6 @@ var recipeListCommand = cli.Command{
|
||||
Aliases: []string{"ls"},
|
||||
Flags: []cli.Flag{
|
||||
internal.DebugFlag,
|
||||
internal.NoInputFlag,
|
||||
patternFlag,
|
||||
},
|
||||
Before: internal.SubCommandBefore,
|
||||
|
Reference in New Issue
Block a user