feat: add shorthands for running solutions

This commit is contained in:
Felix Spöttel
2022-10-18 11:26:56 +02:00
parent 6613b6bfce
commit bd97e34f66
3 changed files with 9 additions and 7 deletions

View File

@@ -1,4 +1,6 @@
[alias]
rr = "run --release"
scaffold = "run --bin scaffold -- "
download = "run --bin download -- "
day = "run --bin"
all = "run"