mirror of
https://github.com/CompeyDev/lune-luau-template.git
synced 2024-12-12 04:40:41 +00:00
7 lines
232 B
Text
Executable file
7 lines
232 B
Text
Executable file
--> Lints source code using selene
|
|
|
|
local command = require("util/command")
|
|
local process = require("@lune/process")
|
|
|
|
local args = table.clone(process.args)
|
|
command.run("selene", table.remove(args, 1) or "src/", table.unpack(args))
|