(
cmd: string,
description: string | undefined,
isDefault: boolean,
aliases: string[],
deprecated?: boolean
)
| 758 | clearCachedHelpMessage(): void; |
| 759 | hasCachedHelpMessage(): boolean; |
| 760 | command( |
| 761 | cmd: string, |
| 762 | description: string | undefined, |
| 763 | isDefault: boolean, |
no outgoing calls
no test coverage detected