--entrypoint is a global arg
This commit is contained in:
parent
a43922ccbf
commit
7981431f09
|
@ -35,6 +35,7 @@ fn main() -> Result<(), Box<dyn error::Error>> {
|
||||||
.value_name("HOST:PORT")
|
.value_name("HOST:PORT")
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.default_value(&entrypoint_string)
|
.default_value(&entrypoint_string)
|
||||||
|
.global(true)
|
||||||
.help("Rendezvous with the cluster at this entry point"),
|
.help("Rendezvous with the cluster at this entry point"),
|
||||||
)
|
)
|
||||||
.subcommand(
|
.subcommand(
|
||||||
|
|
Loading…
Reference in New Issue