Skip to main content

Crate xchecker_cli

Crate xchecker_cli 

Source
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.
ExitCode
Exit codes matching the documented exit code table.

Enums§

PhaseId
Phase identifiers for the spec generation workflow.
XCheckerError
Library-level error type with rich context and user-friendly reporting.

Functions§

parse_args
Parse CLI arguments
run_cli
Main CLI entry point