• Home
  • Raw
  • Download

Lines Matching refs:subcommands

36 - *(error)* When suggesting one of several subcommands, use the plural `subcommands`, rather than `…
71 - *(derive)* Allow `upgrade_from` when arguments / subcommands are explicitly marked as required
123 - *(error)* Report available subcommands when required subcommand is missing
347 - Focus is put on the subcommands
349 - The more general term "command" is used rather than being explicit about being "subcommands"
463 - *(parser)* Always fill in `""` argument for external subcommands to make it easier to distinguish…
471 - *(help)* "Command" is used as the section heading for subcommands and `COMMAND` for the value nam…
495 built-in flags and be copied to all subcommands, instead disable
504 - Removed `PartialEq` and `Eq` from `Command` so we could change external subcommands to use a `Val…
514 …ad of `SubcommandRequiredElseHelp` to give more meaningful errors when subcommands are missing and…
576 - *(help)* List subcommands first, focusing the emphasis on them (#4132, #4125)
580 - *(help)* Polish up subcommands by referring to them as commands (#4132, #4155)
589 - *(parser)* Always fill in `""` argument for external subcommands (#3263)
592 - *(derive)* Detect escaped external subcommands that look like built-in subcommands (#3703)
787 - Set `ArgMatches::value_source` and `ArgMatches::occurrences_of` for external subcommands (#3732)
805 - *(parser)* Assert on unknown args when using external subcommands (#3703)
806 - *(parser)* Always fill in `""` argument for external subcommands (#3263)
807 - *(derive)* Detect escaped external subcommands that look like built-in subcommands (#3703)
834 - *(error)* Render actual usage for unrecognized subcommands
845 …n calling `Command::build` with a required positional argument nested several layers in subcommands
924 - *(derive)* Allow other attribute with a subcommand that has subcommands
944 - *(help)* Pacman-style subcommands are now ordered the same as usage errors (#3470)
945 - *(help)* Pacman-style subcommands use standard alternate syntax in usage (#3470)
977 - *(parse)* Propagate globals with multiple subcommands (#3428)
983 - *(help)* Pacman-style subcommands are now separated with spaces (#3470)
984 - *(help)* Pacman-style subcommands are now ordered the same as usage errors (#3470)
985 - *(help)* Pacman-style subcommands use standard alternate syntax in usage (#3470)
1079 - Provide hack to workaround [inability to detect external subcommands aliasing when escaped](https…
1300 - Subcommands nested under subcommands now needs a `#[clap(subcommand)]` attribute ([clap-rs/clap#2…
1320 - `App::subcommand_help_heading` along with `App::subcommand_value_name` (apply to subcommands)
1344 - Added support for flag subcommands like pacman ([clap-rs/clap#1361](https://github.com/clap-rs/cl…
1347 - Allow long arg abbreviations like we do with subcommands via `AppSettings::InferLongArgs` ([clap-…
1348 - Detect subcommands among positional arguments with `AppSettings::SubcommandPrecedenceOverArg`
1476 * Don't mention unused subcommands ([ef92e2b6](https://github.com/clap-rs/clap/commit/ef92e2b639e…
1482 * **help message:** Unconditionally uses long description for subcommands ([6acc8b6a](https://gith…
1509 * **help message:** Unconditionally uses long description for subcommands ([6acc8b6a](https://gith…
1522 * **AllowExternalSubcommands**: fixes a bug where external subcommands would be blocked by a simila…
1615 …* Maybe fix completions with mixed positionals and subcommands ([1146f0da](https://github.com/cla…
1662 … with only AppSettings::AllowExternalSubcommands is used with no other subcommands ([e78bb757](htt…
1694 The only CLIs affected will be those using unrestrained multiple values and subcommands where the
1713 * adds additional blurbs about using multiples with subcommands ([03455b77](https://github.com/cl…
1721 * if all subcommands are hidden, the subcommands section of the help message is no longer display…
1738 * if all subcommands are hidden, the subcommands section of the help message is no longer display…
1862 …tions:** fixes a bug where powershells completions cant be used if no subcommands are defined ([a…
1897 * allows distinguishing between short and long help with subcommands in the same manner as args (…
1953 * setting the max term width now correctly propagates down through child subcommands
1992 * **InferSubcommands:** adds a setting to allow one to infer shortened subcommands or aliases (i.e…
2077 * **ArgsNegateSubcommands:** disables args being allowed between subcommands ([5e2af8c9](https://g…
2081 …wn:** automatically propagats global arg's values down through *used* subcommands ([985536c8](htt…
2170 …* fixes an issue where zsh completions caused panics if there were no subcommands ([49e7cdab](htt…
2198 …ples:** fixes a bug where using low index multiples was propagated to subcommands ([33924e88](htt…
2225 * **ZSH Completions:** fixes bug that caused panic on subcommands with aliases ([5c70e1a0](https:/…
2288 * **ErrorKind:** improve some errors about subcommands ([9f6217a4](https://github.com/clap-rs/clap…
2299 * **Completions:** fish completions for nested subcommands ([a61eaf8a](https://github.com/clap-rs/…
2406 …xes an issue where settings weren't propagated down through grandchild subcommands ([b3efc107](htt…
2557 …* completions now include aliases to subcommands, including all subcommand options ([0ab9f840](ht…
2636 …* one can now set an AppSetting which is propagated down through child subcommands ([e2341835](ht…
2646 * **Subcommands:** subcommands with aliases now display help of the aliased subcommand ([5354d14b]…
2804 * **Help Message:** wraps and aligns the help message of subcommands ([813d75d0](https://github.co…
2817 * **Help Subcommand:** adds support passing additional subcommands to help subcommand ([2c12757b](…
2935 * adds support for external subcommands ([177fe5cc](https://github.com/clap-rs/clap/commit/177fe5…
3261 * **Subcommands:** adds support for subcommands from yaml ([e415cf78](https://github.com/clap-rs/c…
3373 * fixes two bugs in App when printing newlines in help and subcommands required error ([d63c0136]…
3434 * allows stating all subcommands should *not* have --version flags ([336c476f](https://github.com…
3435 * allows setting version number to auto-propagate through subcommands ([bc66d3c6](https://github.…
3489 * **README.md** use with_name for subcommands ([28b7e316](https://github.com/clap-rs/clap/commit/2…
3573 * can now specify that an app or subcommand should display help on no args or subcommands ([29ca7…
3626 * **subcommands**
3628 …* subcommands can optionally negate parent requirements ([4a4229f5](https://github.com/clap-rs/cl…
3692 * **subcommands** stops parsing multiple values when subcommands are found ([fc79017e](https://git…
3717 …* for subcommands ([06e869b5](https://github.com/clap-rs/clap/commit/06e869b5180258047ed3c60ba099…
3947 * **usage** add ability to get usage string for subcommands too ([3636afc4](https://github.com/cla…
4096 * **subcommands** properly list subcommands in help and usage ([4ee02344](https://github.com/clap-…