-
Notifications
You must be signed in to change notification settings - Fork 141
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 --wpull-args options don't seem to be respected #80
Comments
Indeed, it takes only the last |
Are |
Yes please! |
Regarding --retry-connrefused --retry-dns-error: Not sure; if a user wants them, the user can just add them. How hard is it to remove arguments that are there by default? I'd like to have something like:
and have it run like:
Probably to reserve backward compatibility, the current behavior of having only the final --wpull-args option respected should be retained. |
FYI, according to the click docs here: However, combining is an option with http://click.pocoo.org/6/options/#multiple-options and that would allow you to specify them multiple times. As for the other question, |
When using this:
Doing this:
doesn't seem to respect the --content-on-error argument.
Is this intended behavior?
Thanks!
The text was updated successfully, but these errors were encountered: