2
ns3
2
ns3
@@ -77,7 +77,7 @@ def add_argument_to_subparsers(parsers: list,
|
||||
def parse_args(argv):
|
||||
parser = argparse.ArgumentParser(description="ns-3 wrapper for the CMake build system", add_help=False)
|
||||
|
||||
parser.add_argument('--help',
|
||||
parser.add_argument('-h', '--help',
|
||||
help="Print a summary of available commands",
|
||||
action="store_true", default=None, dest="help")
|
||||
# parser.add_argument('--docset',
|
||||
|
||||
Reference in New Issue
Block a user