Skip to main content

execute

Function execute 

Source
pub fn execute<W: Write>(
    command: &LifecycleCommand,
    data_dir: Option<&Path>,
    writer: &mut W,
    output: OutputFormat,
) -> Result<()>