| 7 | import { countRulesFromText } from "./checks/guard.js"; |
| 8 | |
| 9 | interface StatusOptions { |
| 10 | sources: string; |
| 11 | providers: string; |
| 12 | cache: string; |
| 13 | output: string; |
| 14 | } |
| 15 | |
| 16 | const program = new Command(); |
| 17 |
nothing calls this directly
no outgoing calls
no test coverage detected