mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
Started reworking CLI class into cli plugin
This commit is contained in:
committed by
Rob Crittenden
parent
9efda29d60
commit
db0168f7af
@@ -120,6 +120,7 @@ def add_global_options(parser=None):
|
||||
"""
|
||||
if parser is None:
|
||||
parser = optparse.OptionParser()
|
||||
parser.disable_interspersed_args()
|
||||
parser.add_option('-e', dest='env', metavar='KEY=VAL', action='append',
|
||||
help='Set environment variable KEY to VAL',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user