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 e4022db commit d0a7d78Copy full SHA for d0a7d78
bin/bids-validator
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env node
2
+
3
process.title = 'bids-validator';
4
var args = process.argv;
5
index.js
@@ -4,6 +4,3 @@ var validate = require('./validators');
// export validations for use in other applications
module.exports = validate;
6
7
-// import and init command line interface
8
-require('./cli')();
9
-
0 commit comments