pub fn run(cli: &Cli, workspace: &str, json: bool, no_cache: bool) -> Result<()>Expand description
Run sqry workspace status <path>.
ยงErrors
Surfaces any error from path canonicalization, registry parsing, or
cache I/O. Per-source-root failures (missing snapshot, unreadable
metadata) are folded into the aggregate as Missing / Error
entries rather than propagated.