Skip to main content

execute_command

Function execute_command 

Source
pub fn execute_command(
    command: Command,
    output: OutputMode,
    api: &mut dyn StopgapApi,
    writer: &mut dyn Write,
) -> Result<(), AppError>