Skip to main content

launch

Function launch 

Source
pub async fn launch(session: &VortexSession) -> Result<()>
Expand description

Main entrypoint for vx that launches a VortexSession.

Parses arguments from std::env::args_os. See launch_from to supply explicit arguments.

ยงErrors

Raises any errors from subcommands.