Skip to main content

Module builtins

Module builtins 

Source

Structs§

Echo
/echo — produce text output.
Exec
/exec(command) — run a shell command and capture output.
Find
/find(pattern) — search for files matching a glob pattern.
Read
/read(path) — read a file’s contents to stdout.
Write
/write(path) — write piped input to a file.

Functions§

all
Returns all built-in commands.