[][src]Function bootimage::run

pub fn run() -> Result<Option<i32>, ErrorMessage>

Run the invoked command.

This function parses the arguments and invokes the chosen subcommand.

On success, it optionally returns an exit code. This feature is used by the run and runner subcommand to pass through the exit code of the invoked run command.