cargo solve now accepts a --submit <part> argument. When set and aoc-cli configured, the solution will be submitted if it is a Some().
cargo solve now accepts single digits for the argument day (previously, only format 06 worked).
The --year flag has been removed from commands. Instead, year can be set in .config/cargo.toml and will be applied for all interactions where it is relevant.
closes #19.
Changes:
cargo solve
now accepts a--submit <part>
argument. When set and aoc-cli configured, the solution will be submitted if it is aSome()
.cargo
solve now accepts single digits for the argumentday
(previously, only format06
worked).--year
flag has been removed from commands. Instead,year
can be set in.config/cargo.toml
and will be applied for all interactions where it is relevant.Todo: