lfcli_base.py base args parser supports --lfmgr and --port

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2022-02-07 21:03:21 -07:00
committed by shivam
parent 2e33b373dc
commit 4ffb8c3935

View File

@@ -715,9 +715,11 @@ class LFCliBase:
# Optional Args # Optional Args
optional.add_argument('--mgr', optional.add_argument('--mgr',
'--lfmgr',
default='localhost', default='localhost',
help='hostname for where LANforge GUI is running') help='hostname for where LANforge GUI is running')
optional.add_argument('--mgr_port', optional.add_argument('--mgr_port',
'--port',
default=8080, default=8080,
help='port LANforge GUI HTTP service is running on') help='port LANforge GUI HTTP service is running on')
optional.add_argument('-u', optional.add_argument('-u',