| 1 | const resolvePath = require('path').resolve |
| 2 | const readFileSync = require('fs').readFileSync |
| 3 | const execSync = require('child_process').execSync |
| 4 | const prompt = require('readline-sync').question |
nothing calls this directly
no test coverage detected