Expand description
Cleanroom Rust port of upstream Go source file: exec.go
Upstream Target Tag / Version: v2.0.8
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§
- Exec
Callback - Callback function type for ExecProcess.