Module command

Module command 

Source
Expand description

Command execution components

This module provides functionality related to command execution semantics.

Modules§

search
Command search

Structs§

ReplaceCurrentProcessError
Error returned when replacing the current process fails
RunFunction
Wrapper for a function that runs a shell function
StartSubshellError
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.