Move definitions to gen_exception

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-21 13:53:28 +08:00
parent 2e11fc5d9c
commit 2d6f6700f0
8 changed files with 1 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ func recursiveParse(prefix string, raw any, items *[]ErrorItem) {
} }
func main() { func main() {
yamlDir := "internal/exception/definitions" yamlDir := "cmd/gen_exception/definitions"
outputDir := "internal/exception" outputDir := "internal/exception"
tplPath := "cmd/gen_exception/exception.tmpl" tplPath := "cmd/gen_exception/exception.tmpl"