Skip to main content

Module cli

Module cli 

Source
Expand description

Shared CLI engine for candle-graph and cargo-candle-graph.

Structs§

AnalyzeRequest
Inputs for a unified-model scan.
AuditBundle
Bundle written by --audit-dir / cargo candle-graph audit.
ModelRun
One invocation of the shared model-mode engine.

Enums§

OutputFormat
Output format for model IR / query responses.
ReportMode
How to render analyzed model facts.

Functions§

analyze_model
Analyze a crate into the unified model IR, optionally reusing a disk cache.
render_report
Render a report from an already-analyzed model.
resolve_package_path
Resolve a package path from an optional directory / manifest path.
run_model
Run a full model-mode invocation: analyze, optional baseline, report, diagnostics, exit policy.
write_output