From 7dd2dd7f33f501c9e9d07de7af7495784d9c1eaf Mon Sep 17 00:00:00 2001 From: Ku6epXBOCTuK Date: Sun, 23 Aug 2026 07:06:38 +0500 Subject: [PATCH] chore: add install command --- justfile | 3 +++ 1 file changed, 3 insertions(+) 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}}