-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
Can't create merge request from shell #80
Comments
@brauliobo Improved arg parsing was merged a few days after you filed this issue. See this PR: #66. You will almost certainly want that fix, but that alone won't fix your problem. You shouldn't use commas to separate arguments. Also, try double quoting arguments with spaces in them like this Sorry for the delay in getting back! I'm not a |
This was quite painful. The quote parsing was still a bit of a problem but works better now. I had never did anything for the
Here's the code: https://github.com/asedge/gitlab/commit/65b7b53ffded594ab82af2993981371d1f94a798. I'm not sure I love the approach but it works. |
Code has been merged into the master branch to fix the options hash issue as well as improve the argument parsing (using Shellwords). |
The text was updated successfully, but these errors were encountered: