fix: reinstate no-input as a global flag

This commit is contained in:
2024-12-23 11:27:11 +01:00
parent 3f29084664
commit 0df2b15c33
3 changed files with 3 additions and 0 deletions

View File

@ -477,6 +477,7 @@ func newKadabraApp(version, commit string) *cli.Command {
Flags: []cli.Flag{
// NOTE(d1): "GLOBAL OPTIONS" flags
internal.DebugFlag,
internal.NoInputFlag,
},
Commands: []*cli.Command{
&Notify,