| 1 | #!/usr/bin/env node |
| 2 | 'use strict'; |
| 3 | // CLI shim: resolves the downloaded binary and replaces the current process with it. |
| 4 | // If the binary is missing (e.g. --ignore-scripts), attempts a one-time download. |
nothing calls this directly
no test coverage detected