Expand description
Command execution result
This module provides the CommandResult struct that represents the complete
result of a successfully executed command, including exit status, stdout, and stderr.
Structsยง
- Command
Result - Represents the complete result of a successfully executed command