Releases: tomlm/CShell
Releases · tomlm/CShell
v1.5.0
1.4.0
- Added Start() method for detached processess (you can monitor process but not access input/output)
- Added Run(Action, process, arg1, arg2) signature to control options for starting processes
- Added echo() method for piping strings/streams into .Run() commands.
- Added CShellNet.Globals which enables top-level mainless .cs/.csx projects