Skip to content

typing.List[str] not supported by Clize #105

@beck3905

Description

@beck3905

I have a function definition with a parameter of type typing.List[str]. I'd like for this to be handled in the CLI as an argument that supports multiple entries either --foo arg1 arg2 arg3 or preferably --foo arg1 --foo arg2 --foo arg3. Is this possible with Clize? If so, what's the best way to accomplish this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions