From 6abd6c7d666242542c1ea137be09ba0b2e6d9b9f Mon Sep 17 00:00:00 2001 From: Fabian Schmidt Date: Wed, 4 Dec 2024 14:39:44 +0100 Subject: [PATCH] fixed justfile as I had some issues when I wanted to generated 2024 --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 78696dc..cce25ba 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,4 @@ -gen year day: +gen year *day: cargo run -- {{year}} {{day}} run year day: