Skip to main content

Module exec

Module exec 

Source
Expand description

Cleanroom Rust port of upstream Go source file: exec.go Upstream Target Tag / Version: v2.0.8

# Process Execution

External process execution commands (exec_process) for spawning sub-shells and editors in Bubble Tea v2.0.8.

Structs§

ExecMsg
ExecMsg is sent internally to trigger command execution.

Functions§

exec_process
ExecProcess spawns an external process (e.g. vim, htop) while pausing raw mode.

Type Aliases§

ExecCallback
Callback function type for ExecProcess.