01Executes raw CLI commands with structured output, including stdout, stderr, and exit code.
02Supports single commands, chained commands, or an array of commands within a specified working directory.
03Provides detailed results for each command, including success/failure status, exit code, and execution duration.
04Strips ANSI codes from stdout and stderr for cleaner output.
05Includes comprehensive error handling and input validation.