diff --git a/justfile b/justfile index 1f12cf1..d51b5b4 100644 --- a/justfile +++ b/justfile @@ -7,6 +7,9 @@ default: build: cargo build +install: + cargo install --path . + run *args: cargo run -- --config {{config}} {{project}} {{args}}