I can do this later: Something like this in `cli.py` ``` @click.option( "-o", "--outdir", help="Output to this directory", required=False, type=click.Path(exists=True, resolve_path=True), ) ``` And other changes throughout `classification.py`