clap/tests
Kevin K 8988853fb8 imp(ArgMatcher): huge refactor and deduplication of code
Tons of code has been moved into functions, deduplicated, made much
easier to read, maintain, and understand. Comments still need to be
added, but that will happen shortly. Modules have also been moved around
to follow Rust conventions and best practices.

All functionality remains exactly the same
2015-11-11 10:26:05 -05:00
..
app.yml style: removes trailing whitespace 2015-09-30 23:59:40 -04:00
app_settings.rs imp(ArgMatcher): huge refactor and deduplication of code 2015-11-11 10:26:05 -05:00
conflicts.rs style: removes trailing whitespace 2015-09-30 23:59:40 -04:00
flags.rs tests: moved tests from lib.rs to tests.rs and tests dir 2015-08-28 21:48:37 +03:00
groups.rs imp(ArgMatcher): huge refactor and deduplication of code 2015-11-11 10:26:05 -05:00
hidden_args.rs tests(Hidden Args): adds tests 2015-09-30 23:59:41 -04:00
multiple_occurrences.rs tests: moved tests from lib.rs to tests.rs and tests dir 2015-08-28 21:48:37 +03:00
opts.rs tests: moved tests from lib.rs to tests.rs and tests dir 2015-08-28 21:48:37 +03:00
positionals.rs tests: some new tests for positionals 2015-09-17 22:20:56 +03:00
posix_compatible.rs imp(ArgMatcher): huge refactor and deduplication of code 2015-11-11 10:26:05 -05:00
print_help.rs tests(App Help): tests writing of App help message 2015-09-08 22:39:31 -04:00
require.rs tests: add tests for requires 2015-09-06 23:13:55 +03:00
tests.rs tests(ArgGroups): adds tests for ArgGroups 2015-09-28 12:29:57 -04:00
unicode.rs tests(Errors): improves error testing 2015-11-03 08:26:17 -05:00
unique_args.rs tests: moved tests from lib.rs to tests.rs and tests dir 2015-08-28 21:48:37 +03:00
yaml.rs feat(YAML): allows building a CLI from YAML files 2015-08-31 23:57:16 -04:00