ExitCode

An error type that only includes an exit code.

Errors.swift:35
struct ExitCode

If you’re printing custom error messages yourself, you can throw this error to specify the exit code without adding any additional output to standard out or standard error.