Add rule-set merge command

This commit is contained in:
世界
2024-12-16 12:01:42 +08:00
parent ff7aaf977b
commit 50b8f3ab94
5 changed files with 199 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ import (
)
var commandMerge = &cobra.Command{
Use: "merge <output>",
Use: "merge <output-path>",
Short: "Merge configurations",
Run: func(cmd *cobra.Command, args []string) {
err := merge(args[0])