Skip to content

Allow multiple or composable parsers for a single option #11

@gknowles

Description

@gknowles

For example integer could accept locale, scientific, engineering (K, Ki, M, Mi, etc), formats. That way any of the following could be used to give you "10,000":
10000
10,000
1e+4
10k

This could apply to anything that has multiple representations, such as timepoints, durations, host names, etc.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions