Skip to main content

run

Function run 

Source
pub fn run(options: StudioOptions) -> Result<ExitCode>
Expand description

Runs the studio over the bundle at options.root. Returns the process exit code.

ยงErrors

Returns an std::io::Error when the terminal cannot be initialized or drawn to. Bundle problems are not errors here: they render inside the studio, which is the whole point of a permissive loader.