This website requires JavaScript.
Explore
Help
Sign In
thang
/
notes
Watch
1
Star
0
Fork
0
mirror of
https://github.com/thangisme/notes.git
synced
2026-07-17 10:22:25 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
b64368873c1be9e12b564734b01fc9a6af90d734
notes
/
node_modules
/
yargs
/
example
/
demand_count.js
T
6 lines
92 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2017-03-09 13:16:08 -05:00
#!/usr/bin/env node
var
argv
=
require
(
'yargs'
)
.
demand
(
2
)
.
argv
;
console
.
dir
(
argv
)
Reference in New Issue
Copy Permalink