Add rule-set decompile command

This commit is contained in:
世界
2024-07-03 19:42:21 +08:00
parent 317d498a12
commit 9f91a0ce2b
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 {