Skip to content

Commit 031c2b0

Browse files
committed
rename luthier positional arg
1 parent 439e663 commit 031c2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/luthier.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ local targetMap: { [string]: { exeName: string } } = {
4646
local args = cli.parser()
4747

4848
args:add("help", "flag", { help = "show the help message" })
49-
args:add("executable", "positional", { help = "the lute executable", required = true }) -- should this be handled automatically?
49+
args:add("luthier", "positional", { help = "the luthier script", required = true }) -- should this be handled automatically?
5050
args:add("subcommand", "positional", { help = "command to execute", required = true })
5151
args:add("target", "positional", { help = "the thing to build or run", required = true })
5252
args:add("verbose", "flag", { help = "show verbose compile output", aliases = { "v" } })

0 commit comments

Comments
 (0)