There was an error while loading. Please reload this page.
2 parents d4baae5 + 7106690 commit b666d13Copy full SHA for b666d13
1 file changed
src/CommandLineParser.ts
@@ -31,7 +31,7 @@ const optionDeclarations: { [key: string]: yargs.Options } = {
31
},
32
luaTarget: {
33
alias: "lt",
34
- choices: ["JIT", "5.3"],
+ choices: ["JIT", "5.3", "5.2", "5.1"],
35
default: "JIT",
36
describe: "Specify Lua target version.",
37
type: "string",
0 commit comments