build: allow passing flags to just {reindex,update}
Alan Pearce alan@alanpearce.eu
Fri, 24 Jan 2025 12:55:06 +0100
1 files changed, 4 insertions(+), 4 deletions(-)
jump to
M justfile → justfile
@@ -52,8 +52,8 @@ dev: modd -reindex: - wgo run --exit ./cmd/searchix-web --config config.toml --replace --dev +reindex *flags: + wgo run --exit ./cmd/searchix-web --config config.toml --replace --dev {{ flags }} -update: - wgo run --exit ./cmd/searchix-web --config config.toml --update --dev +update *flags: + wgo run --exit ./cmd/searchix-web --config config.toml --update --dev {{ flags }}