Function packler::common::run_command

source ·
pub async fn run_command(
    name: &str,
    path: &Path,
    args: &[impl AsRef<OsStr> + Debug]
) -> Result<()>
Expand description

Run a global command with the given arguments and make sure it completes successfully. If it fails an error is returned.