(ctor: CommandConstructor)
| 66 | } |
| 67 | |
| 68 | function renderExamples(ctor: CommandConstructor): string[] { |
| 69 | return (ctor.examples ?? []).map(ex => ex.replace('<%= config.bin %>', BIN)) |
| 70 | } |
| 71 | |
| 72 | function agentGuideOf(ctor: CommandConstructor): string { |
| 73 | const C = ctor |
no test coverage detected