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: