clap/tests
Will Murphy 742aec292c Print ARGS after usage in help
For version 3, we want the args section to immediately follow
the usage section in the default help message.

One change that I am unhappy with is needing to make "write_arg"
in app/help.rs accept an extra param that makes it suppress the
extra line. This is to prevent an extra blank line from appearing
between args and options in the default help, and seems necessary,
but there might be a better way.
2018-03-11 20:33:13 -04:00
..
app.yml Support loading help_message and version_message from the YAML 2017-03-10 01:54:50 -05:00
app_settings.rs Print ARGS after usage in help 2018-03-11 20:33:13 -04:00
arg_aliases.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
borrowed.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
completions.rs tests(Bash Completions): updates the bash completions to the new file completion fallback 2018-02-13 15:42:48 -05:00
conflicts.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
default_vals.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
delimiters.rs tests: partially updates tests to new arg.setting calls 2018-02-03 15:06:58 -05:00
derive_order.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
env.rs style: rustfmt run 2018-01-25 12:21:17 -05: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: partially updates tests to new arg.setting calls 2018-02-03 15:06:58 -05:00
global_args.rs tests: continues to update tests to take advantage of new internals 2018-01-25 22:54:05 -05:00
groups.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
help.rs Print ARGS after usage in help 2018-03-11 20:33:13 -04:00
hidden_args.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
macros.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
multiple_occurrences.rs tests: partially updates tests to new arg.setting calls 2018-02-03 15:06:58 -05:00
multiple_values.rs tests: removes some instances of println in the tests 2018-01-25 22:36:20 -05:00
opts.rs tests: partially updates tests to new arg.setting calls 2018-02-03 15:06:58 -05:00
positionals.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
posix_compatible.rs tests(Self Overrides): adds tests for args that override themselves 2018-02-09 23:35:14 -05:00
possible_values.rs Tests pass now 2018-02-12 14:39:55 -05:00
propagate_globals.rs tests: partially updates tests to new arg.setting calls 2018-02-03 15:06:58 -05:00
require.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
subcommands.rs clean up whitespace 2018-03-01 06:55:24 -05:00
template_help.rs Print ARGS after usage in help 2018-03-11 20:33:13 -04:00
tests.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
unique_args.rs tests: updates the tests that were using clap internals 2018-01-25 12:20:56 -05:00
utf8.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
version-numbers.rs docs: add html_root_url attribute 2017-09-23 12:50:21 +02:00
version.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
yaml.rs style: rustfmt run 2018-01-25 12:21:17 -05:00