Add rule-set decompile command

This commit is contained in:
世界
2024-07-03 19:42:21 +08:00
parent df331ba0c3
commit ba2eb6e49f
2 changed files with 83 additions and 3 deletions

View File

@@ -55,9 +55,6 @@ func compileRuleSet(sourcePath string) error {
if err != nil {
return err
}
if err != nil {
return err
}
ruleSet := plainRuleSet.Upgrade()
var outputPath string
if flagRuleSetCompileOutput == flagRuleSetCompileDefaultOutput {