Currently the argument parsing uses the short and long forms at random. I suggest we change all use of parser.exists() to exclusively the long form to improve code readability and to match convention in other standard parsers, like python's argparse.
Currently the argument parsing uses the short and long forms at random. I suggest we change all use of parser.exists() to exclusively the long form to improve code readability and to match convention in other standard parsers, like python's argparse.