Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/src/helpers.ts>parseArgs

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
function parseArgs
import { parseArgs } from "https://deno.land/x/proc@0.20.14/src/helpers.ts";

Parameters

cmd: unknown[]

Returns

{ options: ProcessOptions<S>; command: string | URL; args: string[]; }