Corrected optional entry.
This commit is contained in:
parent
ca26efca6e
commit
555cf209ba
@ -17,7 +17,7 @@ struct Args {
|
||||
address: String,
|
||||
/// cluster host
|
||||
#[arg(short, long, num_args(0..))]
|
||||
cluster: String,
|
||||
cluster: Option<String>,
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
Loading…
Reference in New Issue
Block a user