Commit db31881 1 parent 973f30f commit db31881 Copy full SHA for db31881
File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -946,9 +946,6 @@ impl Command {
946
946
947
947
/// Try not to fail on parse errors, like missing option values.
948
948
///
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
- ///
952
949
/// **NOTE:** This choice is propagated to all child subcommands.
953
950
///
954
951
/// # Examples
@@ -1132,9 +1129,6 @@ impl Command {
1132
1129
///
1133
1130
/// Defaults to `false`; subcommands have independent version strings from their parents.
1134
1131
///
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
- ///
1138
1132
/// **NOTE:** This choice is propagated to all child subcommands.
1139
1133
///
1140
1134
/// # Examples
@@ -2841,9 +2835,6 @@ impl Command {
2841
2835
/// values subcommand
2842
2836
/// ```
2843
2837
///
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
- ///
2847
2838
/// # Examples
2848
2839
///
2849
2840
/// ```rust
You can’t perform that action at this time.
0 commit comments