This commit is contained in:
2024-03-29 07:51:14 -04:00
parent ba41b311ab
commit ca26efca6e
2 changed files with 46 additions and 27 deletions

View File

@ -15,6 +15,9 @@ struct Args {
/// IP used
#[arg(short, long, default_value_t = LOCALHOST.to_string())]
address: String,
/// cluster host
#[arg(short, long, num_args(0..))]
cluster: String,
}
#[cfg(test)]