mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
create_l3_stations.py --no_cleanup , changed to using switch from base args
parser Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
a45687f1a7
commit
b383a7c6c3
@@ -242,10 +242,6 @@ def main():
|
||||
help='Optional: User defined station names, can be a comma or space separated list',
|
||||
nargs='+',
|
||||
default=None)
|
||||
optional_args.add_argument(
|
||||
'--no_cleanup',
|
||||
help="Optional: Don't cleanup existing stations",
|
||||
action='store_true')
|
||||
args = parser.parse_args()
|
||||
|
||||
logger_config = lf_logger_config.lf_logger_config()
|
||||
|
||||
Reference in New Issue
Block a user