Skip to main content

exec

Function exec 

Source
pub async fn exec(
    config: &Config,
    target: &Path,
    command: &str,
    args: &[OsString],
) -> Result<()>