diff --git a/kp2xml-to-prpwxml b/kp2xml-to-prpwxml index abd99d1..894bea9 100755 --- a/kp2xml-to-prpwxml +++ b/kp2xml-to-prpwxml @@ -4,6 +4,7 @@ basepath = (debug.getinfo(1, "S").source:sub(2):match("(.*[/\\])") or "./"):sub( local function main(arg) package.path = basepath .. "/lib/?.lua;" .. basepath .. "/lib/?/main.lua;" .. package.path require("prpw") + env.cli = false local inputf = arg[1] local outputf = arg[2] local parseFile = require('xmllpegparser').parseFile