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