Child Process
type Output
= Silent
| Verbose
Output type.
type Exit
= Code Int
| Signal String
Exit type.
spawn : String -> Node.ChildProcess.Output -> Task Node.Error.Error Node.ChildProcess.Exit
Spawn a child process by running the given command.