You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,9 @@ Every [solution](https://github.com/fspoettel/advent-of-code-rust/blob/main/src/
60
60
### Download input & description for a day
61
61
62
62
> [!IMPORTANT]
63
-
> This command requires [installing the aoc-cli crate](#configure-aoc-cli-integration).
63
+
> This requires [installing the aoc-cli crate](#configure-aoc-cli-integration).
64
+
65
+
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:
0 commit comments