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

Method getCommandHandlers

lib/command.ts:233–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

231 }
232 }
233 getCommandHandlers(): Dictionary<CommandHandler> {
234 return this.handlers;
235 }
236 getCommands(): string[] {
237 return Object.keys(this.handlers).concat(Object.keys(this.aliasMap));
238 }

Callers 3

defaultCompletionMethod · 0.80
command.mjsFile · 0.80
yargs.mjsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected