Expand description
§Unfault CLI Library
This crate provides the core functionality for the Unfault CLI, a tool for analyzing code for production-readiness issues.
§Modules
commands- CLI command implementationsconfig- Configuration management- [
errors] - Error handling and display exit_codes- Standard exit codessession- Session management for workspace scanning and analysis
Re-exports§
pub use config::Config;pub use session::WorkspaceInfo;pub use session::WorkspaceScanner;
Modules§
- analysis
- Local analysis bridge.
- commands
- CLI Command Implementations
- config
- Configuration Management
- exit_
codes - Exit Codes
- llm
- LLM Client
- local_
graph - Local graph building helper.
- output
- Graph and analysis types used by the CLI output layer.
- session
- Session Management