Structs§
- Usage
Error - Typed error for bad CLI input / range errors (maps to ExitCode::Usage).
Use this instead of bare
anyhow!()for usage errors so thatclassify_errorcan downcast instead of matching on message strings.
Enums§
- Exit
Code - Exit codes per Phase 0 PRD §0.8