Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
dazaseal
GitHub Repository: dazaseal/lunanom
Path: blob/master/node_modules/optimist/test/_/bin.js
345 views
1
#!/usr/bin/env node
2
var argv = require('../../index').argv
3
console.log(JSON.stringify(argv._));
4
5