Closed jasonm23 closed 1 year ago
shellCommand(command) can be extended to allow for options
shellCommand(command)
Current usage:
stout = shellCommand("command string")
The simplest implementation, add a new function to avoid modification issues.
[stdout, stderr] = shell(command: String, stdin: String?)
Added in 76dc8737ff09eaae5a7577e5c4e3cab6da5faaa9 (90+% covered, uncovered are a couple of safety cases, which will probably never fire in the wild.)
shellCommand(command)
can be extended to allow for optionsCurrent usage:
The simplest implementation, add a new function to avoid modification issues.