Skip to main content

run

Function run 

Source
pub fn run(cli: Cli, backend: Box<dyn Backend>) -> Result<i32>
Expand description

Execute a parsed CLI invocation, returning the process exit code.

verify returns 1 when it finds problems (the CI-gate contract); all other commands return 0 on success and surface failures as OpysError, which the binary maps to exit code 2.