pub async fn launch() -> Result<()>
Launches the application.
This function parses command-line arguments and then calls launch_with_args.
launch_with_args
This function will return an error if the application fails to launch.