launch

Function launch 

Source
pub async fn launch() -> Result<()>
Expand description

Launches the application.

This function parses command-line arguments and then calls launch_with_args.

ยงErrors

This function will return an error if the application fails to launch.