Skip to main content

render_list_output

Function render_list_output 

Source
pub fn render_list_output(
    title: &ListTitle,
    registry: &[RegistryEntry],
    canister: Option<&str>,
    role_kinds: &BTreeMap<String, String>,
    readiness: &BTreeMap<String, ReadyStatus>,
) -> Result<String, ListCommandError>
Expand description

Render a named list view with a fleet/source title above the registry table.