Skip to content

Consider switching from argparse to click #15

@MikeLippincott

Description

@MikeLippincott

I like how argparse gets used here and elsewhere in your work. You might also consider exploring click, another fairly popular alternative which is used to form command-line interfaces through Python. The downside is it'd require an additional dependency. The upside is that it is sometimes more elegant to work.

Originally posted by @d33bs in #11 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions