Delete lang option and add target option

This commit is contained in:
2023-12-05 16:55:45 +01:00
parent 1a45ec7b0d
commit fa5bf192e8
3 changed files with 7 additions and 7 deletions

View File

@@ -17,8 +17,8 @@ extension TagsConfiguration: Runnable {
args += [
inputFile.prependIfRelativePath(projectDirectory),
"--lang",
lang,
"--target",
target,
"--extension-output-path",
extensionOutputPath.prependIfRelativePath(projectDirectory),
"--static-members",