pub async fn run_status<T: LifecycleService>(args: StatusArgs) -> Result<()>Expand description
Run zad service status --service <svc> for service T. Emits
JSON or human output, then exits the process with code 1 if the
effective scope failed its live ping.