Oxtaly 86b8cfcfaa Addition: opts.allowMultipleFlagValues & more accurate return flag types
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.
2025-06-15 05:18:54 +02:00
2025-05-11 07:20:00 +02:00
2025-05-09 15:55:57 +02:00
2025-05-11 07:20:00 +02:00

ox-argv-parser

Decently customizable and fairly fast Argv parser in js

Description
Decently customizable and fairly fast Argv parser in js
Readme 155 KiB
Languages
JavaScript 100%