This commit is contained in:
Xertis 2024-06-16 01:20:05 +03:00
commit 88e551da37

View File

@ -13,6 +13,15 @@ function build_scheme(command)
return str
end
console.add_command(
"clear",
"Clears the console",
function ()
local document = Document.new("core:console")
document.log.text = ""
end
)
console.add_command(
"help name:str=''",
"Show help infomation for the specified command",