MCPcopy Index your code
hub / github.com/lingodotdev/lingo.dev / isHelpCommand

Function isHelpCommand

scripts/docs/src/generate-cli-docs.ts:213–216  ·  view source on GitHub ↗
(parent: Command, command: Command)

Source from the content-addressed store, hash-verified

211}
212
213function isHelpCommand(parent: Command, command: Command): boolean {
214 const helpCmd = (parent as CommandWithInternals)._helpCommand;
215 return helpCmd === command;
216}
217
218function partitionOptions(options: Option[]): {
219 flags: Option[];

Callers 1

buildCommandSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected