about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-05-20 23:07:25 +0200
committerAlan Pearce2024-05-20 23:07:25 +0200
commit9c790c1c620e46ca8d2cf49c50951635621e9a7d (patch)
tree5afd308fe2d94436eadabef2e36252e833a9e4ae /justfile
parentd90f62a74a667ec6dbb891df34f574d22983fabd (diff)
downloadsearchix-9c790c1c620e46ca8d2cf49c50951635621e9a7d.tar.lz
searchix-9c790c1c620e46ca8d2cf49c50951635621e9a7d.tar.zst
searchix-9c790c1c620e46ca8d2cf49c50951635621e9a7d.zip
feat: add --update flag to force-update index and exit
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile
index 87bc5ca..1295f29 100644
--- a/justfile
+++ b/justfile
@@ -25,3 +25,6 @@ dev:
 
 reindex:
 	wgo run --exit . --config config.toml --replace
+
+update:
+	wgo run --exit . --config config.toml --update