Skip to main content

Module exit_codes

Module exit_codes 

Source

Structs§

UsageError
Typed error for bad CLI input / range errors (maps to ExitCode::Usage). Use this instead of bare anyhow!() for usage errors so that classify_error can downcast instead of matching on message strings.

Enums§

ExitCode
Exit codes per Phase 0 PRD §0.8