--entrypoint is a global arg

This commit is contained in:
Michael Vines 2019-08-12 16:08:39 -07:00
parent a43922ccbf
commit 7981431f09
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 0 deletions

View File

@ -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(