mirror of
https://github.com/thangisme/notes.git
synced 2026-07-30 19:40:52 -04:00
Initial commit
This commit is contained in:
+5
@@ -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