Expand description
Implementation of the simple command semantics.
This module exports some utility functions that are used in implementing the
simple command semantics and can be used in other modules. For the execution
of simple commands, see the implementation of Command for
syntax::SimpleCommand.
Re-exports§
pub use yash_env::semantics::command::replace_current_process;
Functions§
- execute_
function_ body - Executes the body of the function.
- start_
external_ utility_ in_ subshell_ and_ wait - Starts an external utility in a subshell and waits for it to finish.
- to_
c_ strings Deprecated - Converts fields to C strings.