docs: Remove references to global settings

These were copied over from the original `AppSettings` and never updated
despite never being relevant in this context.
This commit is contained in:
Ed Page 2022-09-30 13:17:42 -05:00
parent 973f30fb22
commit db31881be5

View file

@ -946,9 +946,6 @@ impl Command {
/// Try not to fail on parse errors, like missing option values. /// Try not to fail on parse errors, like missing option values.
/// ///
/// **Note:** Make sure you apply it as `global_setting` if you want this setting
/// to be propagated to subcommands and sub-subcommands!
///
/// **NOTE:** This choice is propagated to all child subcommands. /// **NOTE:** This choice is propagated to all child subcommands.
/// ///
/// # Examples /// # Examples
@ -1132,9 +1129,6 @@ impl Command {
/// ///
/// Defaults to `false`; subcommands have independent version strings from their parents. /// Defaults to `false`; subcommands have independent version strings from their parents.
/// ///
/// **Note:** Make sure you apply it as `global_setting` if you want this setting
/// to be propagated to subcommands and sub-subcommands!
///
/// **NOTE:** This choice is propagated to all child subcommands. /// **NOTE:** This choice is propagated to all child subcommands.
/// ///
/// # Examples /// # Examples
@ -2841,9 +2835,6 @@ impl Command {
/// values subcommand /// values subcommand
/// ``` /// ```
/// ///
/// **Note:** Make sure you apply it as `global_setting` if you want this setting
/// to be propagated to subcommands and sub-subcommands!
///
/// # Examples /// # Examples
/// ///
/// ```rust /// ```rust