Skip to content

Commit 7ad0011

Browse files
committed
add find command to bin
1 parent 2aa2b2e commit 7ad0011

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/find

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env node
2+
3+
require('../lib/cli.js').run('find');

0 commit comments

Comments
 (0)