def parse_args(): """ Trivial shortcut to calling the default argparse.parse_args() :return: """ return make_arg_parser().parse_args()