(command: Command)
| 238 | } |
| 239 | |
| 240 | function buildUsage(command: Command): string { |
| 241 | return command.createHelp().commandUsage(command).trim(); |
| 242 | } |
| 243 | |
| 244 | function formatOptionSignature(option: Option): string { |
| 245 | return option.flags.replace(/\s+/g, " ").trim(); |
no outgoing calls
no test coverage detected
searching dependent graphs…