From 602bc1d6578d9c04af208d8f4a014f46408428d9 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sun, 2 Feb 2025 12:01:24 +0800 Subject: [PATCH] add args for clean recipe in Justfile --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 0b03e3c..2f68f12 100644 --- a/Justfile +++ b/Justfile @@ -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