Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/devops/deps.ts>dtils.execIgnore

The best unofficial library of utilities for Deno applications
Go to Latest
function dtils.execIgnore
import { dtils } from "https://deno.land/x/dtils@2.2.0/devops/deps.ts";
const { execIgnore } = dtils;

Executes segments as a child process. Throws if the child exits with a non-zero status.

Parameters

segments: string[]

The segments to execute. The first should be the file, the rest will be passed as arguments

optional
options: ExecOptions = [UNSUPPORTED]