ChristopherBiscardi / advent-of-code

236 stars 47 forks source link

Add download option to justfile #14

Closed KorribanMaster closed 11 months ago

KorribanMaster commented 11 months ago

Description

This pull request adds a download option to the justfile. Just grab your session cookie to fill it in

ChristopherBiscardi commented 11 months ago

makes sense to me, but can we use the .env support in the justfile for this instead of hardcoding the secret?

https://github.com/casey/just#dotenv-settings

ChristopherBiscardi commented 11 months ago

thanks for initiating this!