From 4ad7ca23302ca3ca0990110936bec9b35af67d9c Mon Sep 17 00:00:00 2001 From: Superredstone Date: Tue, 3 Feb 2026 18:13:15 +0100 Subject: [PATCH] Added arguments to just switch --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 9235504..f107ed2 100644 --- a/Justfile +++ b/Justfile @@ -7,8 +7,8 @@ machine: @echo "${HOSTNAME}" [group("maintenance")] -switch: - nh os switch -a -H "${HOSTNAME}" . +switch args="": + nh os switch -a -H "${HOSTNAME}" . {{args}} [group("setup")] new-machine: