Skip to content

process

luau
local process = require("@lute/process")

run yields

luau
(args: { string }, options: ProcessOptions) -> ProcessResult

cwd

luau
() -> string

env

luau
{ [string]: string }

homedir

luau
() -> string