pub fn try_main(run: impl FnOnce() -> OcelotResult<()>) -> ExitCodeExpand description
Runs a fallible CLI entrypoint and converts the result into a process exit code.
It runs a fallible entrypoint, prints a readable error report on failure, and converts the outcome into a process exit code.