Expand description
Command execution components
This module provides functionality related to command execution semantics.
Modules§
- search
- Command search
Structs§
- Replace
Current Process Error - Error returned when replacing the current process fails
- RunFunction
- Wrapper for a function that runs a shell function
- Start
Subshell Error - Error returned when starting a subshell fails in
run_external_utility_in_subshell
Functions§
- replace_
current_ process - Substitutes the currently executing shell process with the external utility.
- run_
external_ utility_ in_ subshell - Starts an external utility in a subshell and waits for it to finish.