about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-05-20 22:57:32 +0200
committerAlan Pearce2024-05-20 22:57:32 +0200
commitd90f62a74a667ec6dbb891df34f574d22983fabd (patch)
tree30d83b821e2970ce431ffb6183e170b82620efaf /justfile
parent2d4c9acf72a1ef10bf62e32430da37331038d474 (diff)
downloadsearchix-d90f62a74a667ec6dbb891df34f574d22983fabd.tar.lz
searchix-d90f62a74a667ec6dbb891df34f574d22983fabd.tar.zst
searchix-d90f62a74a667ec6dbb891df34f574d22983fabd.zip
style: use double-dash arguments to wgo
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
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