Add rule-set merge command

This commit is contained in:
世界
2025-01-13 15:14:30 +08:00
parent ff7aaf977b
commit 50b8f3ab94
5 changed files with 199 additions and 4 deletions
+1 -1
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)