1 parent 424110a commit 7106690Copy full SHA for 7106690
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