time-to-botec/js/node_modules/@stdlib/utils/convert-path/etc/cli_opts.json

21 lines
157 B
JSON
Raw Normal View History

{
"string": [
"out"
],
"boolean": [
"help",
"version"
],
"alias": {
"help": [
"h"
],
"version": [
"V"
],
"out": [
"o"
]
}
}