Disable CPD for some command Options
Some checks failed
gitea-openium/resgen.swift/pipeline/head This commit looks good
gitea-openium/resgen.swift/pipeline/pr-master There was a failure building this commit

This commit is contained in:
2025-07-25 11:22:40 +02:00
parent 058624fa6a
commit bd15afc3d6
2 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,8 @@
// Created by Thibaut Schmitt on 17/01/2022.
//
// CPD-OFF
import ArgumentParser
import Foundation
import ToolCore
@@ -102,4 +104,4 @@ extension ColorsToolOptions {
return "\(extensionOutputPath)/\(extensionFileNameUIKit)"
}
}
}// CPD-ON