Expand description
TLDR CLI Library
This module exposes the internal command structures for testing.
The main binary is in main.rs.
Modulesยง
- commands
- CLI command implementations
- output
- Output formatting for CLI commands
- path_
validation - Path validation helpers for CLI commands.
- signals
- Signal handling for graceful interruption (Phase 10)