clap/src
Kevin K f9e692548e imp(Value Delimiters): changes the default value delimiter rules
Prior to this change, values were always delimited by default. This was causing issues with code
where the arg had a single value, and contained valid commas and shouldn't be delimited. This
commit changes the rules slightly so that values are not delimited by default, *unless* one of the
methods which implies multiple values was used (max_values, value_names, etc.).

This means single value args should *not* be delimited by default. If one wishes to use the old
way, they can add `Arg::use_delimiter(true)` to such code.

Closes #655
2016-09-10 18:19:33 -04:00
..
app feat(help): allow for limiting detected terminal width 2016-09-10 21:19:35 +02:00
args imp(Value Delimiters): changes the default value delimiter rules 2016-09-10 18:19:33 -04:00
completions.rs style: rustfmt run 2016-09-05 17:03:45 -04:00
errors.rs style: rustfmt run 2016-09-05 17:03:45 -04:00
fmt.rs style: rustfmt run 2016-09-05 17:03:45 -04:00
lib.rs style: rustfmt run 2016-09-05 17:03:45 -04:00
macros.rs Issues rollup (#637) 2016-08-27 23:42:31 -04:00
osstringext.rs style: rustfmt run 2016-09-05 17:03:45 -04:00
strext.rs style: rustfmt run 2016-05-06 17:52:23 -04:00
suggestions.rs style: rustfmt run 2016-09-05 17:03:45 -04:00
usage_parser.rs imp(Value Delimiters): changes the default value delimiter rules 2016-09-10 18:19:33 -04:00