Revert "Revert 0.7.6 code for 0.7.5 re-release"

This reverts commit d1349c9cfb.
This commit is contained in:
Christoffer Lerno
2025-09-05 23:30:35 +02:00
parent d1349c9cfb
commit e605a21fd3
63 changed files with 1148 additions and 796 deletions

View File

@@ -35,7 +35,7 @@ bitstruct SubProcessOptions : int
{
// Combine stdout and stderr to the same file
bool combined_stdout_stderr;
// Child process should inhert env variables of parent process
// Child process should inherit env variables of parent process
bool inherit_environment;
// Enable async reading of stdout/stderr before completion
bool read_async;