pub fn run_graph_status(cli: &Cli, path: &str) -> Result<()>Expand description
Run graph status command using unified graph architecture.
This command reports on the state of the unified graph snapshot
stored in .sqry/graph/ directory instead of the legacy .sqry-index.
ยงErrors
Returns an error if manifest cannot be loaded or output formatting fails.