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

x/capi/deps/std/flags.ts>Args

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias Args
import { type Args } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/flags.ts";

The value returned from parse.

Type Parameters

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