lux-cli 0.30.3

A luxurious package manager for Lua
Documentation
1
2
3
4
5
6
print("Hello world!")

-- this function should show a warning in `lx lint`
function test()
    print("This is a test function")
end