Cahce read and write

This commit is contained in:
2025-01-07 15:52:01 +01:00
parent 1932ad1187
commit 0bd3c9004f
7 changed files with 191 additions and 9 deletions

View File

@@ -21,6 +21,10 @@ pub struct Cli {
#[arg(long = "compact")]
pub compact: bool,
/// Override the cache
#[arg(long = "no-cache")]
pub no_cache: bool,
/// Amount of data
#[arg(value_enum, default_value_t = Resolution::TODAY, long="resolution", short='r')]
pub resolution: Resolution,