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

x/proc/tools/deps/proc-hidden.ts>parseArgs

A better way to work with processes in Deno.
Go to Latest
function parseArgs
import { parseArgs } from "https://deno.land/x/proc@0.21.0/tools/deps/proc-hidden.ts";

Parameters

cmd: unknown[]

Returns

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