minimist is a lightweight cli argument (command line arguments) parser:
1 | require('minimist')("-x 3 -y 4 -n5 -abc --beep=boop foo bar baz"); |
minimist is a lightweight cli argument (command line arguments) parser:
1 | require('minimist')("-x 3 -y 4 -n5 -abc --beep=boop foo bar baz"); |