mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
create_basic_parser returns parser object now instead of args array
This commit is contained in:
@@ -220,7 +220,6 @@ class LFCliBase:
|
||||
parser.add_argument('--security', help='--security <wpa2 | open | wpa3>', default='wpa2')
|
||||
parser.add_argument('--debug', help='--debug: Enable debugging', default=False, action="store_true")
|
||||
|
||||
args = parser.parse_args()
|
||||
return args
|
||||
return parser
|
||||
|
||||
# ~class
|
||||
|
||||
Reference in New Issue
Block a user