(file: string)
| 5 | import cac from '../src/index.ts' |
| 6 | |
| 7 | function example(file: string) { |
| 8 | return path.relative( |
| 9 | process.cwd(), |
| 10 | path.join(import.meta.dirname, '../examples', file), |
| 11 | ) |
| 12 | } |
| 13 | |
| 14 | function snapshotOutput({ |
| 15 | title, |
no outgoing calls
no test coverage detected
searching dependent graphs…