Skip to content

Commit

Permalink
docs: Remove stale ColorChoice platform notes
Browse files Browse the repository at this point in the history
This was called out in #5590
  • Loading branch information
epage committed Jul 20, 2024
1 parent e142795 commit 73b07c9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions clap_builder/src/util/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ pub enum ColorChoice {
///
/// **NOTE:** This is the default behavior of `clap`.
///
/// # Platform Specific
///
/// This setting only applies to Unix, Linux, and macOS (i.e. non-Windows platforms).
///
/// # Examples
///
/// ```rust
Expand All @@ -27,10 +23,6 @@ pub enum ColorChoice {

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

/// Disables colored output no matter if the output is going to a terminal/TTY, or not.
///
/// # Platform Specific
///
/// This setting only applies to Unix, Linux, and macOS (i.e. non-Windows platforms)
///
/// # Examples
///
/// ```rust
Expand Down

0 comments on commit 73b07c9

Please sign in to comment.