clap/src
Kevin K 9151ef7398 feat(Help): adds ability to hide the possible values on a per argument basis
Previously one could only hide the possible values of an argument application or command wide, and
not on a per argument basis. Now one can use the `Arg::hide_possible_values(bool)` method to hide
only that arguments possible values.

Closes #640
2016-09-10 23:07:15 -04:00
..
app feat(Help): adds ability to hide the possible values on a per argument basis 2016-09-10 23:07:15 -04:00
args feat(Help): adds ability to hide the possible values on a per argument basis 2016-09-10 23:07:15 -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