Skip to content

Commit d51a9a5

Browse files
committed
fix shell command
1 parent a4e45c7 commit d51a9a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ validate:
5959
cargo clippy --all-targets -- -D warnings
6060
cargo test
6161

62-
shell:
63-
limactl shell "{{ vm }}"
62+
shell *command:
63+
limactl shell "{{ vm }}" {{ command }}

0 commit comments

Comments
 (0)