clap/clap-tests
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
..
src tests(main.rs): adds new features to tests 2015-05-04 22:01:28 -04:00
.gitignore chore(tests): rename claptests->clap-tests 2015-04-08 17:10:59 -04:00
Cargo.toml imp(clap-test): simplified make test invocation 2015-05-05 17:12:20 -04:00
Makefile imp(clap-test): simplified make test invocation 2015-05-05 17:12:20 -04:00
run_tests.py feat(did-you-mean): for long flags (i.e. --long) 2015-05-05 17:12:20 -04:00