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

Function isHiddenCommand

scripts/docs/src/generate-cli-docs.ts:209–211  ·  view source on GitHub ↗
(command: Command)

Source from the content-addressed store, hash-verified

207}
208
209function isHiddenCommand(command: Command): boolean {
210 return Boolean((command as CommandWithInternals)._hidden);
211}
212
213function isHelpCommand(parent: Command, command: Command): boolean {
214 const helpCmd = (parent as CommandWithInternals)._helpCommand;

Callers 2

buildCommandSectionFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected