4
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2025-11-12 07:13:50 +00:00
setup-node/node_modules/optimist/test/_/bin.js
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

3 lines
96 B
JavaScript
Executable file

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