Skip to content

Evaluate whether Click satisfies our requirements better than argparse #3

Open
@jweyrich

Description

@jweyrich

We currently have a limitation related to argparser's subparsers, which I'm still not sure how to properly fix.
If you specify a config file in the command, then the command argument MUST come after the config file argument. Example:

static-deployer -c config.toml deploy --version VERSION

We currently can't use the -c <file> argument after the command (subparser), example:

static-deployer deploy -c config.toml --version VERSION

With that in mind, Click looks like a powerful and elegant alternative to argparse.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions