Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple or composable parsers for a single option #11

Open
gknowles opened this issue Nov 20, 2017 · 0 comments
Open

Allow multiple or composable parsers for a single option #11

gknowles opened this issue Nov 20, 2017 · 0 comments

Comments

@gknowles
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant