File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ pub enum ColorChoice {
8
8
///
9
9
/// **NOTE:** This is the default behavior of `clap`.
10
10
///
11
- /// # Platform Specific
12
- ///
13
- /// This setting only applies to Unix, Linux, and macOS (i.e. non-Windows platforms).
14
- ///
15
11
/// # Examples
16
12
///
17
13
/// ```rust
@@ -27,10 +23,6 @@ pub enum ColorChoice {
27
23
28
24
/// Enables colored output regardless of whether or not the output is going to a terminal/TTY.
29
25
///
30
- /// # Platform Specific
31
- ///
32
- /// This setting only applies to Unix, Linux, and macOS (i.e. non-Windows platforms).
33
- ///
34
26
/// # Examples
35
27
///
36
28
/// ```rust
@@ -46,10 +38,6 @@ pub enum ColorChoice {
46
38
47
39
/// Disables colored output no matter if the output is going to a terminal/TTY, or not.
48
40
///
49
- /// # Platform Specific
50
- ///
51
- /// This setting only applies to Unix, Linux, and macOS (i.e. non-Windows platforms)
52
- ///
53
41
/// # Examples
54
42
///
55
43
/// ```rust
You can’t perform that action at this time.
0 commit comments