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

x/yargs/build/lib/usage.d.ts>FrozenUsageInstance

yargs the modern, pirate-themed successor to optimist.
Latest
interface FrozenUsageInstance
import { type FrozenUsageInstance } from "https://deno.land/x/yargs@v17.7.2-deno/build/lib/usage.d.ts";

Properties

failMessage: string | nil
failureOutput: boolean
usages: [string, string][]
usageDisabled: boolean
epilogs: string[]
examples: [string, string][]
commands:
[
string,
string,
boolean,
string[],
boolean,
]
[]
descriptions: Dictionary<string | undefined>