| 57 | |
| 58 | /** Class holding utilities for spawning child processes. */ |
| 59 | export abstract class ChildProcess { |
| 60 | /** |
| 61 | * Spawns a given command with the specified arguments inside an interactive shell. All process |
| 62 | * stdin, stdout and stderr output is printed to the current console. |
nothing calls this directly
no outgoing calls
no test coverage detected