MCPcopy Index your code
hub / github.com/yargs/yargs / example

Method example

lib/usage.ts:770–770  ·  view source on GitHub ↗
(cmd: string, description?: string)

Source from the content-addressed store, hash-verified

768 describe(keys: string | string[] | Dictionary<string>, desc?: string): void;
769 epilog(msg: string): void;
770 example(cmd: string, description?: string): void;
771 fail(msg?: string | null, err?: YError | string): void;
772 failFn(f: FailureFunction | boolean): void;
773 freeze(): void;

Callers 3

complex.mjsFile · 0.65
exampleMethod · 0.65
usage.mjsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected