mirror of
https://github.com/thangisme/notes.git
synced 2026-06-14 10:19:33 -04:00
Initial commit
This commit is contained in:
5
node_modules/yargs/example/demand_count.js
generated
vendored
Normal file
5
node_modules/yargs/example/demand_count.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
var argv = require('yargs')
|
||||
.demand(2)
|
||||
.argv;
|
||||
console.dir(argv)
|
||||
Reference in New Issue
Block a user