MCPcopy
hub / github.com/compodoc/compodoc / option

Method option

src-refactored/core/entities/cli-program.ts:6–6  ·  view source on GitHub ↗
(
        flags: string,
        description?: string,
        fn?: ((arg1: any, arg2: any) => void) | RegExp,
        defaultValue?: any
    )

Source from the content-addressed store, hash-verified

4
5export interface CLIProgram extends InternalConfiguration, Command {
6 option(
7 flags: string,
8 description?: string,
9 fn?: ((arg1: any, arg2: any) => void) | RegExp,

Callers 2

defineCliFlagsFunction · 0.80
setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected