Skip to main content

run_provider_command

Function run_provider_command 

Source
pub async fn run_provider_command(
    command: Command,
    working_dir: &Path,
    provider_name: &str,
) -> Result<CommandExecution>
Expand description

Execute a provider command with a centrally enforced working directory.