mirror of
https://github.com/thib8956/advent-of-code.git
synced 2026-05-25 19:53:26 +00:00
refactor: move init command to helper.py
This commit is contained in:
@@ -27,12 +27,23 @@ $ pip install -e .
|
||||
### Run a single day
|
||||
|
||||
```shell
|
||||
$ aoc <year> <day>
|
||||
$ aoc run <year> <day>
|
||||
```
|
||||
|
||||
### Run a whole year
|
||||
|
||||
```shell
|
||||
$ aoc <year>
|
||||
$ aoc run <year>
|
||||
```
|
||||
|
||||
## Run all years
|
||||
|
||||
```shell
|
||||
$ aoc run all
|
||||
```
|
||||
|
||||
## Init a new day
|
||||
|
||||
```shell
|
||||
$ aoc init <year> <day>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user