allow delimited values to be turned OFF #352
Labels
C-enhancement
Category: Raise on the bar on expectations
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
Milestone
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 requiresval1,val2,val3
to be parsed a single value, they would setArg::allow_value_delims(false)
The text was updated successfully, but these errors were encountered: