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