pub fn run(
args: &StatusArgs,
cfg: &Config,
renderer: &mut dyn Renderer,
) -> Result<(), Diagnostic>Expand description
Show authentication status for a DSP server.
Loads the auth cache, looks up the server, and renders the appropriate
outcome. Always returns Ok(()) — missing/expired tokens are not errors.