mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
1. Updating argparse commands so they include flags
2. Create check_argparse which allows us to check which flags are or are not included in argparse statements. Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -171,6 +171,8 @@ class CreateChamberview(cv):
|
||||
|
||||
def main():
|
||||
parser = argparse.ArgumentParser(
|
||||
prog='create_chamberview.py',
|
||||
formatter_class=argparse.RawTextHelpFormatter,
|
||||
description="""
|
||||
For Two line scenario use --line twice as shown in example, for multi line scenario
|
||||
use --line argument to create multiple lines
|
||||
|
||||
Reference in New Issue
Block a user