add args for clean recipe in Justfile

This commit is contained in:
ulic-youthlic 2025-02-02 12:01:24 +08:00
parent be75c39318
commit 602bc1d657
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -13,8 +13,8 @@ update:
deploy host:
deploy {{ FLAKE_HOME }}#{{ host }}
clean:
nh clean all --verbose -K 1w
clean keep_since="1w":
nh clean all --verbose -K {{ keep_since }} -k 5
alias s := switch
alias u := update