Structs§
- ArcVec
Writer - A thread-safe writer backed by a shared
Vec<u8>. Useful for tests. - Command
Registry - Registry of named commands.
- IoContext
- Context for utility IO, allowing redirection of stdin, stdout, and stderr.
Functions§
- handle_
parallel - Execute multiple independent command lines in parallel.
- handle_
pipeline - Execute a shell pipeline (commands separated by
|).
Type Aliases§
- Command
Fn - A function that handles a shell command.