From 9c790c1c620e46ca8d2cf49c50951635621e9a7d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 20 May 2024 23:07:25 +0200 Subject: feat: add --update flag to force-update index and exit --- justfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'justfile') 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 -- cgit 1.4.1