| 1 | // Print diagnostic information for a few arguments instead of running Hyper. |
| 2 | if (['--help', '-v', '--version'].includes(process.argv[1])) { |
| 3 | // eslint-disable-next-line @typescript-eslint/no-var-requires |
| 4 | const {version} = require('./package'); |
nothing calls this directly
no test coverage detected