Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/deps.ts>flags.Args

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias flags.Args
import { type flags } from "https://deno.land/x/s3si@ci/deps.ts";
const { Args } = flags;

The value returned from parse.

Type Parameters

optional
A extends Record<string, unknown> = Record<string, any>
optional
DD extends boolean | undefined = undefined
definition: Id<A & { _: Array<string | number>; } & (boolean extends DD ? DoubleDash : true extends DD ? Required<DoubleDash> : Record<never, never>)>