minetest_x_bows/bin/lua-language-server-3.5.6-l.../script/cli/init.lua

10 lines
143 B
Lua
Raw Normal View History

2022-11-03 10:37:33 -05:00
if _G['VERSION'] then
require 'cli.version'
os.exit(0, true)
end
if _G['CHECK'] then
require 'cli.check'
os.exit(0, true)
end