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
i want it to look like:
-f blah(a1,a2,a3,a4) 0 1 2 3
-f blah2(a1,a2) 0 1
-f blah2(a0) 4
but as is the first -f is only matched and all the rest of the args end up in the vector. I could duplicate the group but then i'd have hard cap on the count of -f's i support.
The text was updated successfully, but these errors were encountered:
How do i correctly write:
i want it to look like:
-f blah(a1,a2,a3,a4) 0 1 2 3
-f blah2(a1,a2) 0 1
-f blah2(a0) 4
but as is the first -f is only matched and all the rest of the args end up in the vector. I could duplicate the group but then i'd have hard cap on the count of -f's i support.
The text was updated successfully, but these errors were encountered: