Function interoptopus_backend_csharp::run_dotnet_command_if_installed[][src]

pub fn run_dotnet_command_if_installed<P: AsRef<Path>>(
    path: P,
    command: &str
) -> Result<String, Error>
Expand description

If dotnet is installed, run the command as dotnet command from path, ignore and succeed otherwise.