There was an error while loading. Please reload this page.
1 parent a4e45c7 commit d51a9a5Copy full SHA for d51a9a5
1 file changed
justfile
@@ -59,5 +59,5 @@ validate:
59
cargo clippy --all-targets -- -D warnings
60
cargo test
61
62
-shell:
63
- limactl shell "{{ vm }}"
+shell *command:
+ limactl shell "{{ vm }}" {{ command }}
0 commit comments