Skip to main content
Module

std/flags/mod.ts>Args

Deno standard library
Go to Latest
interface Args
import { type Args } from "https://deno.land/std@0.139.0/flags/mod.ts";

The value returned from parse.

Index Signatures

[key: string]: any

Properties

_: Array<string | number>

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