-
Notifications
You must be signed in to change notification settings - Fork 61
Allow solve
to automatically submit inputs
#19
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
Comments
#21 added a wrapper module for aoc_cli, this should be a bit easier now. |
I implemented this on my 2022 repo here. I'll test it tomorrow and if all goes well, write the docs and merge into this template. The syntax for submissions will be The implemented solution has two nice side effects:
|
Hey, I wonder what’s the current state of this pull request? |
@kwiat1990 I am a bit preoccupied with work until march/april. Planning to merge this alongside other improvements (better benchmarks, improved scaffolding) as soon as I have some spare time. |
aoc-cli supports submitting inputs with a command. It would valuable to support automatic submissions for
solve
behind a flag, e.g.cargo solve 04 --submit
.The text was updated successfully, but these errors were encountered: