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

24 lines
210 B
JSON
Raw Normal View History

{
"string": [
"cmd",
"workers",
"concurrency",
"uid",
"gid",
"maxbuffer"
],
"boolean": [
"help",
"version",
"ordered"
],
"alias": {
"help": [
"h"
],
"version": [
"V"
]
}
}