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