Drop unused --dev and --messy
These arguments are defined but are not at all used in any logic. Ideally these should be deprecated, but this library is still in pre-1.0 phase so I'd propose dropping these immediately. Change-Id: I1872f0b2fbfc76f17497dfb6d1eacb60f9e1457a
This commit is contained in:
parent
9607ee26ce
commit
f3ea3bf603
@ -23,17 +23,6 @@ class ObservabilityBaseCommand(command.Command):
|
||||
|
||||
def get_parser(self, prog_name):
|
||||
parser = super().get_parser(prog_name)
|
||||
parser.add_argument(
|
||||
'--dev',
|
||||
action='store_true',
|
||||
help=_("Enable development output.")
|
||||
)
|
||||
parser.add_argument(
|
||||
'--messy',
|
||||
action='store_true',
|
||||
help=_("Disable cleanup of temporary files.")
|
||||
)
|
||||
|
||||
# TODO(jwysogla): Should this be restricted somehow?
|
||||
parser.add_argument(
|
||||
'--disable-rbac',
|
||||
|
Loading…
x
Reference in New Issue
Block a user