4
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2025-11-12 15:23:46 +00:00
setup-node/node_modules/optimist/test/_/bin.js
eric sciple 422b9fdb15 .
2020-01-24 12:21:24 -05:00

3 lines
96 B
JavaScript
Executable file

#!/usr/bin/env node
var argv = require('../../index').argv
console.log(JSON.stringify(argv._));