Skip to content

Commit 73b07c9

Browse files
committed
docs: Remove stale ColorChoice platform notes
This was called out in #5590
1 parent e142795 commit 73b07c9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

clap_builder/src/util/color.rs

-12
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ pub enum ColorChoice {
88
///
99
/// **NOTE:** This is the default behavior of `clap`.
1010
///
11-
/// # Platform Specific
12-
///
13-
/// This setting only applies to Unix, Linux, and macOS (i.e. non-Windows platforms).
14-
///
1511
/// # Examples
1612
///
1713
/// ```rust
@@ -27,10 +23,6 @@ pub enum ColorChoice {
2723

2824
/// Enables colored output regardless of whether or not the output is going to a terminal/TTY.
2925
///
30-
/// # Platform Specific
31-
///
32-
/// This setting only applies to Unix, Linux, and macOS (i.e. non-Windows platforms).
33-
///
3426
/// # Examples
3527
///
3628
/// ```rust
@@ -46,10 +38,6 @@ pub enum ColorChoice {
4638

4739
/// Disables colored output no matter if the output is going to a terminal/TTY, or not.
4840
///
49-
/// # Platform Specific
50-
///
51-
/// This setting only applies to Unix, Linux, and macOS (i.e. non-Windows platforms)
52-
///
5341
/// # Examples
5442
///
5543
/// ```rust

0 commit comments

Comments
 (0)