--entrypoint is a global arg

This commit is contained in:
Michael Vines
2019-08-12 16:08:39 -07:00
parent a43922ccbf
commit 7981431f09

View File

@ -35,6 +35,7 @@ fn main() -> Result<(), Box<dyn error::Error>> {
.value_name("HOST:PORT")
.takes_value(true)
.default_value(&entrypoint_string)
.global(true)
.help("Rendezvous with the cluster at this entry point"),
)
.subcommand(