feat: add --download flag to scaffold (#46)

This commit is contained in:
Felix Spöttel
2023-12-05 22:35:32 +01:00
committed by GitHub
parent 47e4f227bd
commit 3260b731be
2 changed files with 11 additions and 2 deletions

View File

@@ -60,7 +60,9 @@ Every [solution](https://github.com/fspoettel/advent-of-code-rust/blob/main/src/
### Download input & description for a day
> [!IMPORTANT]
> This command requires [installing the aoc-cli crate](#configure-aoc-cli-integration).
> This requires [installing the aoc-cli crate](#configure-aoc-cli-integration).
You can automatically download puzzle inputs and description by either appending the `--download` flag to `scaffold` (e.g. `cargo scaffold 4 --download`) or with the separate `download` command:
```sh
# example: `cargo download 1`