| 10 | import type { CAC } from './cac.ts' |
| 11 | |
| 12 | interface CommandArg { |
| 13 | required: boolean |
| 14 | value: string |
| 15 | variadic: boolean |
| 16 | } |
| 17 | |
| 18 | interface HelpSection { |
| 19 | title?: string |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…