(input: CommandModule<T, WithDoubleDash<U>>)
| 3 | export type WithDoubleDash<T> = T & { "--"?: string[]; _?: Array<string | number> } |
| 4 | |
| 5 | export function cmd<T, U>(input: CommandModule<T, WithDoubleDash<U>>) { |
| 6 | return input |
| 7 | } |
no outgoing calls
no test coverage detected