-
-
Notifications
You must be signed in to change notification settings - Fork 199
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 --url-ignore #377
Comments
The problem is that I think the underlying argument parser doesn't support options like that. I believe the parser has the last option "supersede" any of the previous arguments. If you are aware of a Ruby argument parser that does support both commas as well as multiple |
Ruby is not really my field of expertise :-( |
I have reported this upstream at jekyll/mercenary#49 If this is fixed upstream then we will be able to use the functionality here. Otherwise I do not think we will manually implement that here. Closing this issue for now we can reopen if that issue is resolved there. |
I noticed that the definition of
--url-ignore
displayed by --help uses a single option and a comma separated list of URLs.I think it would be useful to also construct the list from multiple options:
The text was updated successfully, but these errors were encountered: