apexatoll / aoc-cli

Command line interface for Advent of Code, built in Ruby using Kangaru
MIT License
55 stars 2 forks source link

Allow year ≥2021. #18

Closed yspreen closed 8 months ago

yspreen commented 2 years ago

I know you're planning a big update but it would still be great to use the project in the meantime :)

Closes #17 #15

yspreen commented 2 years ago

I f'd up. it's supposed to say ≤2021, not ≥2021 💀

agargiulo commented 2 years ago

FWIW, If you don't want to wait on this change to merge/the bigger changes to drop, but you still want to use the tool, just change the code locally. The only thing that won't work is the reddit integrations since that's defined in a DB pushed with the code, but I had no issues with aoc -d 2 or aoc -s <foo> for 2021 puzzles once I changed things locally.

yspreen commented 2 years ago

@agargiulo good hint! I wasn't sure if that's gonna work so I created the PR