refactor!: remove no-input flag where not needed
This commit is contained in:
@ -45,7 +45,6 @@ Supported shells are as follows:
|
||||
ArgsUsage: "<shell>",
|
||||
Flags: []cli.Flag{
|
||||
internal.DebugFlag,
|
||||
internal.NoInputFlag,
|
||||
},
|
||||
Action: func(c *cli.Context) error {
|
||||
shellType := c.Args().First()
|
||||
|
Reference in New Issue
Block a user