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
Until I move to another parser with more power full capability it can't be solved as is. Unfortunately I'm not working actively on the new parser actually. 🤷
I'm trying to separate positional arguments from extra arguments, like this:
But running
./cli.sh pos -- extra
will print this:All of the positional arguments are consumed by
<args>
. How do I separate them?The text was updated successfully, but these errors were encountered: