pub fn launch_console(
app: Option<&Path>,
path: &Path,
launch_options: ConsoleLaunchOptions,
) -> Result<()>Expand description
Launches the terminal application app (or the system default), and launch
hvlite as a child of that to relay the data in the pipe/socket referred to
by path. Additional launch options can be specified with launch_options.