Skip to main content

execute_command_with_project_root

Function execute_command_with_project_root 

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