pub fn block_on_browser<F, T>(fut: F) -> Result<T, CliError>where F: Future<Output = Result<T, CliError>>,
Block on tokio multi-thread runtime for one-shot browser work.