-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
End of command options -- is not respected in 2.0.1 #100
Comments
Trying to find a good command I can use to test this with, that isn't |
|
Just clarifying, does this only affect passing arguments to commands which have the I'm clarifying expected behaviour here - if the command doesn't expect all parameters to be given to it, then it should just ignore them, right? |
Also an alpha pre-release out to use for testing if this is fixed, at https://github.com/ahoy-cli/ahoy/releases/tag/2.0.2-alpha |
This has been fixed and tests were added. I tested this locally on multiple machines - works as expected. Thank you @ocean Closing this issue now. |
Having ahoy.yml:
In 2.0.0:
ahoy up -- --build
=> OKIn 2.0.1
ahoy up -- --build
=>unknown service --build
meaning that-- --build
is passed literally instead of just--build
The text was updated successfully, but these errors were encountered: