We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a308f commit fd64e03Copy full SHA for fd64e03
Justfile
@@ -0,0 +1,5 @@
1
+default:
2
+ @just --list
3
+
4
+run:
5
+ cargo build && sudo -E target/debug/impala
0 commit comments