Per discussion around https://github.com/pkgjs/parseargs/issues/25#issuecomment-1023492686, I want to use this API, but enforce that options with values use an `=` sign. It's fine if the validation code is in userland (ie, my code) on top of parseArgs. How can I do that?
Per discussion around #25 (comment), I want to use this API, but enforce that options with values use an
=sign.It's fine if the validation code is in userland (ie, my code) on top of parseArgs.
How can I do that?