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

Bug report: No error when inputing too many "--" to set project settings. #1

Open
eniotna308 opened this issue Mar 24, 2015 · 1 comment

Comments

@eniotna308
Copy link

Example:
I tried to call generous with a project option using
"generous -c Flash_debug -- -- --swig=/User..."
The option was not set correctly and no crash occurred.

This worked:
"generous -c Flash_debug -- --swig=/User...".

@samueldr
Copy link
Contributor

To fix, we should implement needing a --no-options flag or something to let generous know the intention of skipping this "sub-level" of options gathering.

This, or re-doing the options parsing, since currently it's a bit bothersome to have custom platform handle options in customized ways.

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

2 participants