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