mirror of
https://github.com/Hilbis/Hilbish
synced 2025-07-10 21:12:02 +00:00
27 lines
333 B
Lua
27 lines
333 B
Lua
--- @meta
|
|
|
|
local snail = {}
|
|
|
|
---
|
|
function snail. end
|
|
|
|
---
|
|
function snail. end
|
|
|
|
---
|
|
function snail. end
|
|
|
|
--- Creates a new Snail instance.
|
|
function snail.new() end
|
|
|
|
---
|
|
function snail. end
|
|
|
|
--- Runs a shell command. Works the same as `hilbish.run`.
|
|
function snail:run(command, streams) end
|
|
|
|
---
|
|
function snail. end
|
|
|
|
return snail
|