Add rule-set merge command

This commit is contained in:
世界 2024-12-16 12:01:42 +08:00
parent ff7aaf977b
commit 50b8f3ab94
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
5 changed files with 199 additions and 4 deletions

View file

@ -28,7 +28,7 @@ ci_build:
go build $(MAIN_PARAMS) $(MAIN)
generate_completions:
go run -v --tags generate,generate_completions $(MAIN)
go run -v --tags $(TAGS),generate,generate_completions $(MAIN)
install:
go build -o $(PREFIX)/bin/$(NAME) $(MAIN_PARAMS) $(MAIN)