Lines Matching refs:from
64 /// displaying the help information from --help or -h")
157 /// // verbose Arg::from()
304 /// one) argument from that group must be present at runtime.
309 /// - Extract a value from a group instead of determining exactly which argument was used.
314 /// of the arguments from the specified group is present at runtime.
673 "Command::try_get_matches_from_mut: Parsed command {} from argv",
1135 /// Defaults to `false`; subcommands have independent version strings from their parents.
1752 /// * `{about}` - General description (from [`Command::about`] or
1764 /// * `{after-help}` - Help from [`Command::after_help`] or [`Command::after_long_help`].
1765 /// * `{before-help}` - Help from [`Command::before_help`] or [`Command::before_long_help`].
1875 /// When this method is used, `name` is removed from the CLI, and `target`
2084 /// Style number one from above:
2121 /// Style number two from above:
2247 /// **NOTE:** Aliases defined with this method are *hidden* from the help
2335 /// **NOTE:** Aliases defined with this method are *hidden* from the help
2426 /// **NOTE:** The alias defined with this method is *visible* from the help
2522 /// **NOTE:** The alias defined with this method is *visible* from the help
2654 /// Specifies that this [`subcommand`] should be hidden from help messages
2844 /// Prevent subcommands from being consumed as an arguments value.
2961 /// The executable can be called from different names by creating hard links
2994 /// **NOTE:** Applets are slightly semantically different from subcommands,
3058 /// // When called from the executable's canonical name
3063 /// // When called from a link named after an applet that applet is matched.
3930 let mut mid_string = String::from(" ");
4016 let mut mid_string = String::from(" ");
4174 // This prevents args from showing up during help completions like
4678 fn from(cmd: &'_ Command) -> Self {