mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-05 13:13:22 +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
|