todo
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
parent
51e3a671e3
commit
4e9f27ddbc
|
@ -45,6 +45,7 @@ struct Cli {
|
|||
command: Command,
|
||||
|
||||
#[clap(long, env, default_value_t = 60)]
|
||||
// TODO: use duration type from rust instead of u64 for all these below intervals
|
||||
interval_update_banks: u64,
|
||||
|
||||
#[clap(long, env, default_value_t = 5)]
|
||||
|
|
Loading…
Reference in New Issue