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 51bbda3 commit a650c0fCopy full SHA for a650c0f
bids-validator/local-run
@@ -1,3 +1,4 @@
1
#!/usr/bin/env -S deno run --allow-read --allow-write --allow-env --allow-net --allow-run
2
+// This script runs the local copy of the validator, intended as a development aid.
3
+// You generally should run `deno run -A jsr:@bids/validator`
4
import './src/bids-validator.ts'
-
0 commit comments