@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.
- package/bin/index.js +1 -0
- 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)
|