Skip to content

Commit 7106690

Browse files
committed
Allow specify Lua 5.1, 5.2 as target version
1 parent 424110a commit 7106690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommandLineParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const optionDeclarations: { [key: string]: yargs.Options } = {
3131
},
3232
luaTarget: {
3333
alias: "lt",
34-
choices: ["JIT", "5.3"],
34+
choices: ["JIT", "5.3", "5.2", "5.1"],
3535
default: "JIT",
3636
describe: "Specify Lua target version.",
3737
type: "string",

0 commit comments

Comments
 (0)