diff options
author | Alan Pearce | 2024-05-20 23:07:25 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-20 23:07:25 +0200 |
commit | 9c790c1c620e46ca8d2cf49c50951635621e9a7d (patch) | |
tree | 5afd308fe2d94436eadabef2e36252e833a9e4ae /justfile | |
parent | d90f62a74a667ec6dbb891df34f574d22983fabd (diff) | |
download | searchix-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-- | justfile | 3 |
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 |