UNPKG
@stdlib/datasets-cmudict-cli
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
The Carnegie Mellon Pronouncing Dictionary (CMUdict).
stdlib.io
stdlib-js/datasets-cmudict
@stdlib/datasets-cmudict-cli
/
etc
/
cli_opts.json
18 lines
(17 loc)
•
135 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"string"
:
[
"data"
]
,
"boolean"
:
[
"help"
,
"version"
]
,
"alias"
:
{
"help"
:
[
"h"
]
,
"version"
:
[
"V"
]
}
}