| 14 | }; |
| 15 | |
| 16 | interface CliOptions { |
| 17 | data: string; |
| 18 | adapters: string; |
| 19 | k: string; |
| 20 | out: string; |
| 21 | } |
| 22 | |
| 23 | function parse(): CliOptions { |
| 24 | const { values } = parseArgs({ |
nothing calls this directly
no outgoing calls
no test coverage detected