opts.allowMultipleFlagValues -> returns flag values as array and add duplicate flags to the array instead of picking the last one (eg ["--foo", "hello", "--foo=world!"] -> { foo: ["hello", "world!"] }).
Flag return types are now typed as Partials if a default is not present and opts.allowMultipleFlagValues is not enabled.
ox-argv-parser
Decently customizable and fairly fast Argv parser in js
Description
Languages
JavaScript
100%