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 am interested in essentially parse a vector of vector. One way I thought about doing it is to simply send in multiple values of the same flag. For example, something like <my_binary> -v v0_0 v0_1 v0_2 -v v1_0 v1_1 v1_2
Is this possible using your parser? Thanks.
The text was updated successfully, but these errors were encountered:
Hm good question - nope, right now with the current implementation this is not possible iirc. But just thinking about it I guess the implementation effort for this could be okayish.
I am interested in essentially parse a vector of vector. One way I thought about doing it is to simply send in multiple values of the same flag. For example, something like
<my_binary> -v v0_0 v0_1 v0_2 -v v1_0 v1_1 v1_2
Is this possible using your parser? Thanks.
The text was updated successfully, but these errors were encountered: