Usage: advent_of_code.py [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
prepare Prepare the template and the test for a given day
solve Solve for the input of a given day
Solve command
Usage: advent_of_code.py solve [OPTIONS]
Solve for the input of a given day
Options:
--aoc-token TEXT Token for aoc API [required]
--aoc-url TEXT Base URL for aoc
--proxy Whether to use the proxy
--proxy-address TEXT Proxy address
--profiling Profile the program - get performance data
--profiling-file FILE Profiling output file [default:
/tmp/advent_of_code_profile.log]
--profiling-sort-key [calls|cumulative|cumtime|file|filename|module|ncalls|pcalls|line|name|nfl|stdname|time|tottime]
Profiling sort key [default: cumulative]
-y, --year INTEGER Year of the event [default: 2023]
-d, --day INTEGER Day of the event [default: 1]
--log-level [DEBUG|INFO|WARNING|ERROR|CRITICAL]
Set logging level. [default: WARNING]
--help Show this message and exit.
Prepare command
Usage: advent_of_code.py prepare [OPTIONS]
Prepare the template and the test for a given day
Options:
-y, --year INTEGER Year of the event [default: 2023]
-d, --day INTEGER Day of the event [default: 1]
--log-level [DEBUG|INFO|WARNING|ERROR|CRITICAL]
Set logging level. [default: WARNING]
--help Show this message and exit.