mirror of https://github.com/tikv/client-rust.git
Merge branch 'master' into doc-fix
This commit is contained in:
commit
ea97995272
|
@ -24,7 +24,8 @@ pub fn parse_args(app_name: &str) -> CommandArgs {
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.multiple(true)
|
.multiple(true)
|
||||||
.value_delimiter(",")
|
.value_delimiter(",")
|
||||||
.required(true),
|
.required(false)
|
||||||
|
.default_value("localhost:2379"),
|
||||||
)
|
)
|
||||||
// A cyclic dependency between CA, cert and key is made
|
// A cyclic dependency between CA, cert and key is made
|
||||||
// to ensure that no security options are missing.
|
// to ensure that no security options are missing.
|
||||||
|
|
Loading…
Reference in New Issue