scope-cli 0.9.2

Code intelligence CLI for LLM coding agents — structural navigation, dependency graphs, and semantic search without reading full source files
1
2
3
4
5
6
/// Output formatting for Scope CLI commands.
///
/// All human-readable output flows through `formatter`.
/// All `--json` output flows through `json`.
pub mod formatter;
pub mod json;