pub fn status_lines(
running: bool,
agents: usize,
supervision: Option<String>,
) -> Vec<String>Expand description
The lines lev daemon status prints.
supervision is None on a platform with no supported supervisor, where
there is genuinely nothing to report - as distinct from a supported platform
with nothing installed, which says so.