From 9ddb831241a150e83fa18d1f681c264118c91fbc Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 27 Jan 2026 20:31:01 +0900 Subject: implement minimal cli --- justfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index 5e38639..96c3831 100644 --- a/justfile +++ b/justfile @@ -4,6 +4,9 @@ help: build: fmt @zig build +run QUERY: + @zig build run -- {{QUERY}} + test: fmt @zig build test -- cgit v1.3-1-g0d28