Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple arguments of the same flag #19

Open
jhwang7628 opened this issue Dec 17, 2018 · 1 comment
Open

multiple arguments of the same flag #19

jhwang7628 opened this issue Dec 17, 2018 · 1 comment

Comments

@jhwang7628
Copy link

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.

@FlorianRappl
Copy link
Owner

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.

HTH!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants