Skip to content

Commit

Permalink
docs: Remove references to global settings
Browse files Browse the repository at this point in the history
These were copied over from the original `AppSettings` and never updated
despite never being relevant in this context.
  • Loading branch information
epage committed Sep 30, 2022
1 parent 973f30f commit db31881
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/builder/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -946,9 +946,6 @@ impl Command {

/// 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.
///
/// # Examples
Expand Down Expand Up @@ -1132,9 +1129,6 @@ impl Command {
///
/// 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.
///
/// # Examples
Expand Down Expand Up @@ -2841,9 +2835,6 @@ impl Command {
/// 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
///
/// ```rust
Expand Down

0 comments on commit db31881

Please sign in to comment.