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