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

x/proc/src/helpers.ts>parseArgs

A better way to work with processes in Deno.
Latest
function parseArgs
import { parseArgs } from "https://deno.land/x/proc@0.22.1/src/helpers.ts";

Parameters

cmd: unknown[]

Returns

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