time-to-botec/js/node_modules/@stdlib/utils/parallel/docs/usage.txt
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

16 lines
591 B
Plaintext

Usage: parallel [options] <script1> <script2> ...
Options:
-h, --help Print this message.
-V, --version Print the package version.
--cmd cmd Executable file/command.
--workers num Number of workers.
--concurrency num Number of scripts to run concurrently.
--ordered Preserve order of script output.
--uid uid Process user identity.
--gid gid Process group identity.
--maxbuffer size Max buffer size for stdout and stderr.