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

20 lines
154 B
JSON
Raw Normal View History

{
"boolean": [
"help",
"version"
],
"string": [
"len",
"pad",
"split"
],
"alias": {
"help": [
"h"
],
"version": [
"V"
]
}
}