Skip to content

speciffy output dir #16

@danielmlow

Description

@danielmlow

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions