@bablr/cli 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/index.js +1 -0
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -12,6 +12,7 @@ import { createPrintCSTMLStrategy } from '../lib/syntax.js';
12
12
  import { buildFullyQualifiedSpamMatcher } from '@bablr/agast-vm-helpers';
13
13
 
14
14
  program
15
+ .name('bablr')
15
16
  .option('-l, --language [URL]', 'The URL of the top BABLR language')
16
17
  .option('-p, --production [type]', 'The name of the top production type')
17
18
  .option('-f, --format', 'Pretty-format CSTML output', true)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bablr/cli",
3
3
  "description": "CLI for running BABLR parsers",
4
- "version": "0.6.1",
4
+ "version": "0.6.2",
5
5
  "author": "Conrad Buck<conartist6@gmail.com>",
6
6
  "type": "module",
7
7
  "files": [