-
Notifications
You must be signed in to change notification settings - Fork 61
After installing aoc-cli cargo download not working #6
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
Conversation
(削除) Strange, this works for me on all OS I have access to (macOS 12, windows 10, ubuntu 20.04). What OS are you seeing this on? (削除ここまで)
(削除) Looking at the docs, your change looks good, so it definitely makes sense to merge either way. (削除ここまで)
This broke between aoc-cli@0.3.0 and aoc-cli@0.4.0 released yesterday - their old arg parser did not enforce the documented argument order.
@peteanning Thank you for reporting the regression with the new aoc-cli version and the prompt fix! 😊
As I wasn't able to push changes to this PR, I went ahead and merged your commit as 132fb66 via 7, leaving attribution intact.
Reading the docs the options come before the command.
This change puts the command after the options and for me now works?