Expand description
CLI error types with custom exit codes
This module defines error types that map to specific exit codes:
- 0: Success
- 1: Runtime error (default)
- 2: Validation error (index corruption)
- N: Pager exit code (when pager exits with non-zero)
Enumsยง
- CliError
- CLI-specific error type with custom exit codes