We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ljharb
shadowspawn
Learn more about funding links in repositories.
Report abuse
1 parent 0efed03 commit 47acf72Copy full SHA for 47acf72
example/parse.js
@@ -1,2 +1,2 @@
1
var argv = require('../')(process.argv.slice(2));
2
-console.dir(argv);
+console.log(argv);
readme.markdown
@@ -13,7 +13,7 @@ fanciful decoration.
13
14
``` js
15
var argv = require('minimist')(process.argv.slice(2));
16
17
```
18
19
0 commit comments