From dabd75acd93063755b2ca393830ff036fb8dd25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Wed, 2 Oct 2024 19:07:15 +0200 Subject: [PATCH] chore: Update justfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HĂ„rek Andreassen --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 5ea0620..bd10a06 100644 --- a/justfile +++ b/justfile @@ -4,8 +4,8 @@ default: build: echo "not implemented yet" -dev: - go run cmd/yr.go +dev +args='--help': + go run main.go {{args}} test: go test ./...