crazy_train

Module executer

source
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§

  • Represents the output of a shell command execution.

Functions§

  • Executes a shell command and returns its output.