Add rule-set

This commit is contained in:
世界
2023-12-01 13:24:12 +08:00
parent 4ae9b09d77
commit 5d225457ef
49 changed files with 2778 additions and 155 deletions

View File

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