This commit is contained in:
Quaternions 2024-01-13 20:32:54 -08:00
parent 0d0f1b1792
commit e5322ad711

View File

@ -25,6 +25,7 @@ struct Cli{
cookie_env:Option<String>, cookie_env:Option<String>,
#[arg(long)] #[arg(long)]
cookie_file:Option<std::path::PathBuf>, cookie_file:Option<std::path::PathBuf>,
//TODO: read the versions.json file instead of doing this
#[arg(long)] #[arg(long)]
start_version:Option<u64>, start_version:Option<u64>,