force color

This commit is contained in:
2025-01-08 13:52:30 +01:00
parent dde5468e2b
commit ca846c390f
2 changed files with 8 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ pub struct Cli {
#[arg(long = "no-cache")]
pub no_cache: bool,
/// Force color in output. Normally it will disable color in pipes
#[arg(long = "force-color")]
pub force_color: bool,
/// Amount of data
#[arg(value_enum, default_value_t = Resolution::TODAY, long="resolution", short='r')]
pub resolution: Resolution,