feat: rename command day => solve

clearer distinction between scaffold and solve.
This commit is contained in:
Felix Spöttel
2022-11-03 23:02:11 +01:00
parent 3fb88bc654
commit e50725168a
2 changed files with 4 additions and 4 deletions

View File

@@ -2,5 +2,5 @@
scaffold = "run --bin scaffold -- "
download = "run --bin download -- "
day = "run --bin"
solve = "run --bin"
all = "run"