MCPcopy Create free account
hub / github.com/yargs/yargs / cacheHelpMessage

Method cacheHelpMessage

lib/usage.ts:757–757  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

755/** Instance of the usage module. */
756export interface UsageInstance {
757 cacheHelpMessage(): void;
758 clearCachedHelpMessage(): void;
759 hasCachedHelpMessage(): boolean;
760 command(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected