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:
@@ -23,17 +23,6 @@ class ObservabilityBaseCommand(command.Command):
|
|||||||
|
|
||||||
def get_parser(self, prog_name):
|
def get_parser(self, prog_name):
|
||||||
parser = super().get_parser(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?
|
# TODO(jwysogla): Should this be restricted somehow?
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--disable-rbac',
|
'--disable-rbac',
|
||||||
|
Reference in New Issue
Block a user