()
| 345 | } |
| 346 | |
| 347 | export function usage(): string { |
| 348 | return buildUsageText(); |
| 349 | } |
| 350 | |
| 351 | export function usageForCommand(command: string): string | null { |
| 352 | return buildCommandUsageText(normalizeCommandAlias(command)); |
no test coverage detected