Skip to content

Commit

Permalink
Document CLI color options
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Mar 8, 2024
1 parent 334a7dc commit 1bf43c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/hyperqueue/src/common/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,11 @@ impl<Opts> OptsWithMatches<Opts> {

#[derive(clap::ValueEnum, Clone)]
pub enum ColorPolicy {
/// Use colors if the stdout is detected to be a terminal.
Auto,
/// Always use colors.
Always,
/// Never use colors.
Never,
}

Expand Down

0 comments on commit 1bf43c3

Please sign in to comment.