import argparse, pathlib parser = argparse.ArgumentParser() parser.add_argument(path, type=pathlib.Path) args = parser.parse_args() path = args.path