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 delimited values to be turned OFF #352

Closed
kbknapp opened this issue Nov 30, 2015 · 2 comments
Closed

allow delimited values to be turned OFF #352

kbknapp opened this issue Nov 30, 2015 · 2 comments
Labels
C-enhancement Category: Raise on the bar on expectations E-medium Call for participation: Experience needed to fix: Medium / intermediate
Milestone

Comments

@kbknapp
Copy link
Member

kbknapp commented Nov 30, 2015

Relates to and requires #348 to be implemented first.

This would add something like Arg::allow_value_delims(bool) which defaults to true (i.e. most users would never have to worry about this method), but if an application requires val1,val2,val3 to be parsed a single value, they would set Arg::allow_value_delims(false)

@kbknapp kbknapp added C-enhancement Category: Raise on the bar on expectations P4: nice to have E-medium Call for participation: Experience needed to fix: Medium / intermediate labels Nov 30, 2015
@kbknapp kbknapp added this to the 1.6.0 milestone Dec 18, 2015
@kbknapp kbknapp modified the milestones: v2.0, 1.6.0 Jan 23, 2016
@kbknapp
Copy link
Member Author

kbknapp commented Jan 25, 2016

Requires #348

@kbknapp
Copy link
Member Author

kbknapp commented Jan 26, 2016

Closed with #388

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Raise on the bar on expectations E-medium Call for participation: Experience needed to fix: Medium / intermediate
Projects
None yet
Development

No branches or pull requests

1 participant