Skip to content

Commit db31881

Browse files
committed
docs: Remove references to global settings
These were copied over from the original `AppSettings` and never updated despite never being relevant in this context.
1 parent 973f30f commit db31881

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/builder/command.rs

-9
Original file line numberDiff line numberDiff line change
@@ -946,9 +946,6 @@ impl Command {
946946

947947
/// Try not to fail on parse errors, like missing option values.
948948
///
949-
/// **Note:** Make sure you apply it as `global_setting` if you want this setting
950-
/// to be propagated to subcommands and sub-subcommands!
951-
///
952949
/// **NOTE:** This choice is propagated to all child subcommands.
953950
///
954951
/// # Examples
@@ -1132,9 +1129,6 @@ impl Command {
11321129
///
11331130
/// Defaults to `false`; subcommands have independent version strings from their parents.
11341131
///
1135-
/// **Note:** Make sure you apply it as `global_setting` if you want this setting
1136-
/// to be propagated to subcommands and sub-subcommands!
1137-
///
11381132
/// **NOTE:** This choice is propagated to all child subcommands.
11391133
///
11401134
/// # Examples
@@ -2841,9 +2835,6 @@ impl Command {
28412835
/// values subcommand
28422836
/// ```
28432837
///
2844-
/// **Note:** Make sure you apply it as `global_setting` if you want this setting
2845-
/// to be propagated to subcommands and sub-subcommands!
2846-
///
28472838
/// # Examples
28482839
///
28492840
/// ```rust

0 commit comments

Comments
 (0)