feat(foomo/squadron): remove verbose flag

This commit is contained in:
Kevin Franklin Kim 2025-04-01 15:59:49 +02:00
parent f7986bd555
commit c6599bd980
No known key found for this signature in database

View File

@ -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")
}