mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
lfcli_base.py base args parser supports --lfmgr and --port
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
2e33b373dc
commit
4ffb8c3935
@@ -715,9 +715,11 @@ class LFCliBase:
|
||||
|
||||
# Optional Args
|
||||
optional.add_argument('--mgr',
|
||||
'--lfmgr',
|
||||
default='localhost',
|
||||
help='hostname for where LANforge GUI is running')
|
||||
optional.add_argument('--mgr_port',
|
||||
'--port',
|
||||
default=8080,
|
||||
help='port LANforge GUI HTTP service is running on')
|
||||
optional.add_argument('-u',
|
||||
|
||||
Reference in New Issue
Block a user