(ctor: CommandConstructor)
| 70 | } |
| 71 | |
| 72 | function agentGuideOf(ctor: CommandConstructor): string { |
| 73 | const C = ctor |
| 74 | return new C().agentGuide() |
| 75 | } |
| 76 | |
| 77 | export function describeCommand(ctor: CommandConstructor, path: string): CommandDescriptor { |
| 78 | const guide = agentGuideOf(ctor) |
no test coverage detected