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

Support list of same parameters #75

Open
paulocoutinhox opened this issue Jul 16, 2022 · 2 comments
Open

Support list of same parameters #75

paulocoutinhox opened this issue Jul 16, 2022 · 2 comments

Comments

@paulocoutinhox
Copy link

Hi,

Can you add support list of same parameters?

Example:

nativium --build=debug  --build=release  --build=relwithdebinfo

Get all --build parameters and a vector of it.

Thanks.

@jibstack64
Copy link

I haven't tried this, but surely another solution would be to parse the arguments, store the initial value of the --build parameter, then reparse the arguments with the first repetition of --build removed from the argv array. I'm not sure this is a problem with the library, or rather the complexity/versatility of the program you are trying to build.

@adishavit
Copy link
Owner

adishavit commented Nov 16, 2022 via email

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

No branches or pull requests

3 participants