From d90f62a74a667ec6dbb891df34f574d22983fabd Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 20 May 2024 22:57:32 +0200 Subject: style: use double-dash arguments to wgo --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 125a8f4..87bc5ca 100644 --- a/justfile +++ b/justfile @@ -24,4 +24,4 @@ dev: watchexec --no-vcs-ignore --filter "**/*.go" --filter config.toml -r wgo run -exit ./ --live --config config.toml reindex: - wgo run -exit . --config config.toml --replace + wgo run --exit . --config config.toml --replace -- cgit 1.4.1