MSMBuilder specific wrapper around argparse.ArgumentParser
Create an ArgumentParser
| Parameters: | description: (str, optional) : get_metric: (bool, optional) - Pass true if you want to use the metric parser and get a metric instance returned : |
|---|
Methods
| __init__(\*args, \*\*kwargs) | Create an ArgumentParser |
| add_argument(dest[, help, type, choices, ...]) | |
| add_argument_group(title) | |
| add_subparsers(\*args, \*\*kwargs) | |
| parse_args([args, namespace, print_banner]) |