2
3
mirror of https://github.com/sammy-ette/Hilbish synced 2025-08-10 02:52:03 +00:00
Hilbish/emmyLuaDocs/snail.lua
2025-04-02 21:42:45 -04:00

12 lines
203 B
Lua

--- @meta
local snail = {}
--- Creates a new Snail instance.
function snail.new() end
--- Runs a shell command. Works the same as `hilbish.run`.
function snail:run(command, streams) end
return snail