From d51a9a5800a749ea96cc09488d9a3a49ad741b4d Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Wed, 19 Aug 2026 09:34:36 +0200 Subject: [PATCH] fix shell command --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index a0cd069..5813ce9 100644 --- a/justfile +++ b/justfile @@ -59,5 +59,5 @@ validate: cargo clippy --all-targets -- -D warnings cargo test -shell: - limactl shell "{{ vm }}" +shell *command: + limactl shell "{{ vm }}" {{ command }}