component_debug::cli::show

Function show_cmd_print

Source
pub async fn show_cmd_print<W: Write>(
    query: String,
    realm_query: RealmQueryProxy,
    writer: W,
    with_style: bool,
) -> Result<()>