mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
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:
parent
973f30fb22
commit
db31881be5
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue