clap/tests
Daniel Luz b1b16d56d8 imp(Completions): adds fallbacks to Bash completions
With these options, in case the completion function cannot provide
suggestions, Bash will perform its default completions, based on e.g.
files, directories, and variable names. This is particularly useful for
argument values.
2016-12-01 23:27:35 -02:00
..
app.yml feat(arg_aliases): Ability to alias arguments 2016-10-04 12:26:51 -04:00
app_settings.rs tests(AllowNegativeNumbers): adds some new tests for AllowNegativeNumbers and AllowLeadingHyphen 2016-10-21 09:42:25 -04:00
arg_aliases.rs tests: updates tests to new space counts in help messages 2016-10-20 19:39:21 -04:00
completions.rs imp(Completions): adds fallbacks to Bash completions 2016-12-01 23:27:35 -02:00
conflicts.rs tests: updates conflict tests to new more precise output 2016-10-31 00:35:13 -04:00
delimiters.rs tests: adds tests for value delimiters 2016-09-18 16:01:26 -04:00
derive_order.rs tests: Add tests related to #706 2016-10-26 20:47:19 +02:00
example1_tmpl_full.txt feat(HELP): Add a Templated Help system. 2016-04-13 07:06:23 -03:00
example1_tmpl_simple.txt feat(HELP): Add a Templated Help system. 2016-04-13 07:06:23 -03:00
flags.rs tests(multiples): adds tests for > u8::max vals and occurrences 2016-02-02 07:45:49 -05:00
groups.rs tests(Usage Strings): updates usage string tests 2016-06-24 00:17:04 -04:00
help.rs tests(Help Message): adds tests to guard aginst multiple values throwing off alignment 2016-10-24 05:56:21 -04:00
hidden_args.rs style: remove the .ok() in result.ok().expect("...") 2016-10-05 23:16:22 +02:00
multiple_occurrences.rs tests(Value Delimiters): updates tests to new value delimiter rules 2016-09-10 18:18:43 -04:00
multiple_values.rs tests: adds tests against issue-725 part 2 2016-11-01 23:32:26 -04:00
opts.rs refactor: refactors the internals a bit 2016-11-20 14:47:03 -05:00
positionals.rs tests(correctness): No longer use App::get_matches() in some places 2016-10-04 23:22:43 +02:00
posix_compatible.rs tests: adds tests for different value delimiters 2016-01-28 11:45:31 -05:00
possible_values.rs docs: fix tests that fail when the "suggestions" feature is disabled 2016-10-16 11:31:12 +02:00
require.rs fix(Required Unless): fixes a bug where having required_unless set doesn't work when conflicts are also set 2016-11-20 12:10:14 -05:00
subcommands.rs docs: fix tests that fail when the "suggestions" feature is disabled 2016-10-16 11:31:12 +02:00
template_help.rs tests: updates tests to new space counts in help messages 2016-10-20 19:39:21 -04:00
tests.rs style: remove #[allow("warning that apparently doesn't exist")] 2016-10-05 23:15:53 +02:00
unique_args.rs refactor(v2): improving macros for code dedup 2016-01-28 11:45:31 -05:00
utf8.rs chore: fixes doc and style mistakes 2016-01-28 21:58:40 -05:00
version.rs tests: removes extra newline from version output tests 2016-06-04 11:28:24 -04:00
yaml.rs tests(yaml): use scope wide attribute 2016-01-11 21:13:14 -08:00