You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems controversial at first, but I think he's right. They are two different flags, but the same option in the end and they should be getting the same default or value. I will take this on and see how far I can get.
The MR above fixes the issue when setting default. However, I left intact the part where the underlying mri library, used for option parsing, doesn't parse -b if you only pass the --base-url option, but parses both if -b is passed. I hope this addresses the main problem which was in my opinion, setting the default to one of the names when the second (long version) is provided.
Issue Type
Expected
I got such code:
When I run with
--base-url "https://gitlab.com"
, I expect it to output such object:Actual
Instead it gives me this:
Info
6.7.14
The text was updated successfully, but these errors were encountered: