"Utility for ensuring that a built and cached version of a given node module exists. Will build using node-gyp or download the module with prebuild-install as necessary",
)
.arguments("<module>")
.option("-e, --environment <environment>","which node environment to target","electron")
.option("-r, --root-dir <rootDir>","path to the root of the project",".")
.option("-f, --force-rebuild","force a rebuild (don't use the cache)")
.option(
"-c, --copy-target <copyTarget>",
"Which node-gyp target (specified in binding.gyp) to copy the output of. Defaults to the same name as the module",