time-to-botec/js/node_modules/@stdlib/string/replace/etc/cli_opts.json

19 lines
149 B
JSON
Raw Normal View History

{
"boolean": [
"help",
"version"
],
"string": [
"search",
"newval"
],
"alias": {
"help": [
"h"
],
"version": [
"V"
]
}
}