clap/src
Sebastian Thiel 52a0b8505c feat(did-you-mean): for long flags (i.e. --long)
Long arguments now have a special case when saying they are unknown, as
we will match it against all known long flags and suggest the best match
to be used instead.

TODO: refactor to just write a suffix with did-you-mean information.

Related to #103
2015-05-05 17:12:20 -04:00
..
args docs(from_usage): explains new usage strings with multiple values 2015-05-05 17:12:20 -04:00
app.rs feat(did-you-mean): for long flags (i.e. --long) 2015-05-05 17:12:20 -04:00
lib.rs feat(did-you-mean): for subcommands 2015-05-05 17:12:20 -04:00
macros.rs imp(clap-test): simplified make test invocation 2015-05-05 17:12:20 -04:00
usageparser.rs style(clap): rustfmt run 2015-05-01 14:44:20 -04:00