mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
feat(foomo/squadron): remove verbose flag
This commit is contained in:
parent
f7986bd555
commit
c6599bd980
@ -139,7 +139,6 @@ func NewCommand(l log.Logger, squadron *Squadron, kubectl *kubectl.Kubectl, op *
|
||||
}
|
||||
commonFlags := func(fs *readline.FlagSets) {
|
||||
fs.Internal().Bool("no-override", false, "ignore override files")
|
||||
fs.Default().Bool("verbose", inst.l.IsLevel(log.LevelDebug), "set verbose level")
|
||||
fs.Default().Bool("debug", inst.l.IsLevel(log.LevelTrace), "set debug level")
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user