We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5a8d8 commit 03702a8Copy full SHA for 03702a8
.npmignore
@@ -0,0 +1 @@
1
+tests/
bin.js
@@ -28,11 +28,9 @@ function usage () {
28
29
if (!process.stdin.isTTY) {
30
pipe(argv[0], process.stdin)
31
-
32
} else if (argv.length) {
33
if (/--help|-h/.test(argv[0])) {
34
usage()
35
36
} else {
37
var filename = argv.pop()
38
var algorithm = argv.pop()
0 commit comments