Function deno_task_shell::execute

source ·
pub async fn execute(
    list: SequentialList,
    env_vars: HashMap<String, String>,
    cwd: &Path,
    custom_commands: HashMap<String, Rc<dyn ShellCommand>>
) -> i32