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

x/deno_minimist/types/minimist.d.ts>Minimist

💾 Parses command line arguments. Port & rewrite of the node library minimist
Latest
interface Minimist
import { type Minimist } from "https://deno.land/x/deno_minimist@v1.0.2/types/minimist.d.ts";

Call Signatures

<T extends ParsedArgs>(args: string[], options?: MinimistOptions): T

Parses an array of command line arguments.