Browse Source

Add a test command.

Joe Clarke 2 years ago
parent
commit
887e694fce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      setup-meraki-nets.py

+ 1 - 0
setup-meraki-nets.py

@@ -46,6 +46,7 @@ def main():
     parser = argparse.ArgumentParser(prog=sys.argv[0], description="Add devices to network")
     parser.add_argument("--config", "-c", metavar="<CONFIG FILE>", help="Path to the organization configuration file", required=True)
     parser.add_argument("--networks", "-n", metavar="<NETWORK>[,<NETWORK>[,...]]", help="Comma-separated list of networks to process")
+    parser.add_argument("--test", help="Test command", action=store_true)
     args = parser.parse_args()
 
     colorama.init()