mirror of
https://github.com/lov3b/ecb-rates.git
synced 2025-12-14 08:30:08 +01:00
force color
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user