Skip to main content
Module

x/deno_minimist/mod.ts>ParsedArgs

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

Index Signatures

[arg: string]: unknown

Properties

optional
--: string[]

If opts['--'] is true, populated with everything after the --.

_: (string | number)[]

Contains all the arguments that didn't have an option associated with them.