clap/tests/builder
Ed Page 8f182067e3 feat(clap): Publicly expose Command::build
`Command::_build_all` started as an internal function for
`clap_complete` as a stopgap until #2911.  Overtime, we've been finding
more cases where this function needs to be called, so now we're going to
fully embrace it until #2911 so people aren't scrared off by the hidden
implementation from using it.

This was inspired by #3602

Comptibility: Though this adds a deprecation which we general reserve
for minor or major versions, this is enough of a corner case that I'm
fine doing this in a patch release.
2022-04-19 10:13:43 -05:00
..
app_from_crate.rs docs: Update to new command! macro 2022-02-15 08:54:59 -06:00
app_settings.rs feat(clap): Publicly expose Command::build 2022-04-19 10:13:43 -05:00
arg_aliases.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
arg_aliases_short.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
arg_matcher_assertions.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
arg_settings.rs fix: Deprecate various APIs 2022-02-10 19:37:47 -06:00
borrowed.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
cargo.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
command.rs fix: Update app_from_crate for App rename 2022-02-15 08:39:07 -06:00
conflicts.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
default_missing_vals.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
default_vals.rs fix(assert): Validate delimited defaults 2022-02-28 09:21:44 -06:00
delimiters.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
derive_order.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
display_order.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
double_require.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
empty_values.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
env.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
error.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
flag_subcommands.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
flags.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
global_args.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
grouped_values.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
groups.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
help.rs feat(clap): Publicly expose Command::build 2022-04-19 10:13:43 -05:00
help_env.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
hidden_args.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
ignore_errors.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
indices.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
main.rs fix: Update app_from_crate for App rename 2022-02-15 08:39:07 -06:00
multiple_occurrences.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
multiple_values.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
opts.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
positionals.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
posix_compatible.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
possible_values.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
propagate_globals.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
regex.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
require.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
subcommands.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
template_help.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
tests.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
unicode.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
unique_args.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
utf8.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
utf16.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
utils.rs feat(help): Show PossibleValue help in --help (#3503) 2022-03-02 09:15:28 -06:00
validators.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
version.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00