advent-of-code-downloader
advent-of-code-downloader copied to clipboard
feat: Allow passing config file location as param
I'm using this tool in several go:generate
comments across multiple folders (one for each day). It would be nice to be able to pass the config file location instead of needing it in the home directory or current directory.
https://github.com/GreenLightning/advent-of-code-downloader/pull/4 attempts to address this.