pub fn run(json_output: bool) -> Result<()>Expand description
Run the status command.
json replaces the dashboard with one machine-readable document — no banner, no
TUI, no prompt to prune. It is a pure read of state, which is what makes it safe to
hand to an agent or a monitoring job.