You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
The current parser is a fork of Deno's std/flags parser. However it does not support variadic options out of the box
, hence we need to extend that functionality.
I thought of using yargs-parser due to such reasons but I don't want to introduce any dependencies in the core package
Also from what I understand, yargs-parser seems to use some node specific dependencies which I don't want to add.
The text was updated successfully, but these errors were encountered: