1 2 3 4 5 6 7 8
local App = require("astal.application") App:start({ instance_name = "test", main = function() App:quit(1) end, })