Skip to main content

execute_with_formatter

Function execute_with_formatter 

Source
pub fn execute_with_formatter<W: Write>(
    command: &LifecycleCommand,
    data_dir: Option<&Path>,
    writer: &mut W,
    formatter: Box<dyn Formatter>,
) -> Result<()>