(option: Option)
| 242 | } |
| 243 | |
| 244 | function formatOptionSignature(option: Option): string { |
| 245 | return option.flags.replace(/\s+/g, " ").trim(); |
| 246 | } |
| 247 | |
| 248 | function extractOptionPlaceholder(option: Option): string { |
| 249 | const match = option.flags.match(/(<[^>]+>|\[[^\]]+\])/); |
no outgoing calls
no test coverage detected
searching dependent graphs…