Expand description
xchecker-cli - CLI interface for xchecker
This crate provides the command-line interface for the xchecker tool, including command parsing, argument handling, and CLI-specific logic.
Structs§
- CliArgs
- CLI arguments for configuration override
- Config
- Configuration for xchecker operations.
- Exit
Code - Exit codes matching the documented exit code table.
Enums§
- PhaseId
- Phase identifiers for the spec generation workflow.
- XChecker
Error - Library-level error type with rich context and user-friendly reporting.
Functions§
- parse_
args - Parse CLI arguments
- run_cli
- Main CLI entry point