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

Method usage

lib/usage.ts:788–788  ·  view source on GitHub ↗
(msg: string | null, description?: string | false)

Source from the content-addressed store, hash-verified

786 stringifiedValues(values?: any[], separator?: string): string;
787 unfreeze(defaultCommand?: boolean): void;
788 usage(msg: string | null, description?: string | false): UsageInstance;
789 version(ver: any): void;
790 wrap(cols: number | nil): void;
791}

Callers 15

implies_hash.mjsFile · 0.65
divide.mjsFile · 0.65
usage-options.mjsFile · 0.65
help.mjsFile · 0.65
requires_arg.mjsFile · 0.65
line_count.mjsFile · 0.65
implies.mjsFile · 0.65
complex.mjsFile · 0.65
parseAndUpdateUsageMethod · 0.65
runDefaultBuilderOnMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected