time-to-botec/js/node_modules/@stdlib/fs/read-file/etc/cli_opts.json

22 lines
179 B
JSON
Raw Normal View History

{
"string": [
"encoding",
"flag"
],
"boolean": [
"help",
"version"
],
"alias": {
"help": [
"h"
],
"version": [
"V"
],
"encoding": [
"enc"
]
}
}