Skip to content

Commit 74ab976

Browse files
committed
fix XCode debugging parameter
1 parent 8bca7de commit 74ab976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/BMF2Code/BMF2Code.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public struct BMF2Code {
2323
let xmls = "Tests/LStXML2CodeTests/xml/"
2424
let test = "Lohnsteuer2023AbJuli.xml"
2525
let lang = "Java"
26-
cmdLineArgs = [CommandLine.arguments[0],"lang=\(lang)","\(documents)\(project)\(xmls)\(test)"]
26+
cmdLineArgs = [CommandLine.arguments[0],"--lang=\(lang)","\(documents)\(project)\(xmls)\(test)"]
2727
}
2828
#endif
2929
let prg = BMF2Code()

0 commit comments

Comments
 (0)