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 }}