-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Read only part 2 #50
Comments
The underlying aoc-cli does not have a flag for it. It should be simple enough to add this on our side, but I'm wondering if the upstream project wouldn't benefit from this as well. Anyway, I would accept a PR that adds this on our side as well. |
Something I noticed is that once you have completed part 1, the part 2 is not saved automatically to the puzzle file. Doing |
After looking into this issue seems to be because of the way aoc_cli handles the read command. In the code of the template we are using this code
But the issue is that the |
I opened an issue for tracking this request scarvalhojr/aoc-cli#27. |
I just create a PR for this in the |
Oh nice, hope this gets merged soon. I would accept a PR that adds it here if there is interest. |
It would be nice to have a flag for reading only part 2 of a puzzle.
The text was updated successfully, but these errors were encountered: