clap/src
Kevin K 3d58197674 feat(from_usage): adds ability to add value names or num of vals in usage string
Allows new usage strings with value names or number of values. If the
names are consecutive, they are counted to represent the number of
values (if they all have the same name), or if their names are different
they are used as value names.

Closes #98
2015-05-05 17:12:20 -04:00
..
args feat(from_usage): adds ability to add value names or num of vals in usage string 2015-05-05 17:12:20 -04:00
app.rs fix(help): fixes tab alignment with multiple values 2015-05-04 22:01:28 -04:00
lib.rs feat(from_usage): adds ability to add value names or num of vals in usage string 2015-05-05 17:12:20 -04:00
macros.rs docs(macros.rs): fixes doc tests 2015-05-01 14:50:28 -04:00
usageparser.rs style(clap): rustfmt run 2015-05-01 14:44:20 -04:00