Documentation ¶
Overview ¶
Package terminalstderr represents the imported interface "wasi:cli/terminal-stderr@0.2.0".
An interface providing an optional `terminal-output` for stderr as a link-time authority.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTerminalStderr ¶
func GetTerminalStderr() (result cm.Option[TerminalOutput])
GetTerminalStderr represents the imported function "get-terminal-stderr".
If stderr is connected to a terminal, return a `terminal-output` handle allowing further interaction with it.
get-terminal-stderr: func() -> option<terminal-output>
Types ¶
type TerminalOutput ¶
type TerminalOutput = terminaloutput.TerminalOutput
TerminalOutput represents the imported type alias "wasi:cli/terminal-stderr@0.2.0#terminal-output".
See terminaloutput.TerminalOutput for more information.
Click to show internal directories.
Click to hide internal directories.