Expand description
This module provides functionality for executing shell commands and capturing their outputs.
The Output struct represents the output of a shell command, including the status code,
standard output (stdout), and standard error (stderr).
Structs§
- Output
- Represents the output of a shell command execution.
Functions§
- run_sh
- Executes a shell command and returns its output.