This commit is contained in:
Mateusz Słodkowicz 2024-03-15 12:45:28 +01:00
parent c5e962ef43
commit a001179dbb
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Arguments:
Options:
-k, --set-api-key <API_KEY> Set api key
-r, --recreate-cache Recrate cache
-r, --recreate-cache Recreate cache
-i, --interactive Interactive mode
-l, --list List currencies
-L, --list-rates <currency> List exchange rate for currency

View File

@ -29,7 +29,7 @@ struct Cli
/// Set api key
#[arg(short = 'k', long = "set-api-key")]
api_key: Option<String>,
/// Recrate cache
/// Recreate cache
#[arg(short = 'r', long = "recreate-cache")]
recreate_cache: bool,
/// Interactive mode