From 216593c4c1f035980fdc20f87a8d72e171921ede Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Thu, 8 Feb 2024 13:34:11 +0100 Subject: [PATCH] cli help text for `--std` --- src/luacheck/main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/luacheck/main.lua b/src/luacheck/main.lua index 730bd118..bb94eb67 100644 --- a/src/luacheck/main.lua +++ b/src/luacheck/main.lua @@ -92,6 +92,7 @@ Links: " luajit - globals of LuaJIT 2.x;\n" .. " ngx_lua - globals of Openresty lua-nginx-module 0.10.10, including standard LuaJIT 2.x globals;\n" .. " love - globals added by LÖVE;\n" .. + " minetest - globals added by minetest;\n" .. " playdate - globals added by the Playdate SDK;\n" .. " busted - globals added by Busted 2.0, by default added for files ending with _spec.lua within spec, " .. "test, and tests subdirectories;\n" ..