Module

Sunde

Package
purescript-sunde
Repository
justinwoo/purescript-sunde

#spawn Source

spawn :: { args :: Array String, cmd :: String, stdin :: Maybe String } -> SpawnOptions -> Aff { exit :: Exit, stderr :: String, stdout :: String }

#spawn' Source

spawn' :: Encoding -> Signal -> { args :: Array String, cmd :: String, stdin :: Maybe String } -> SpawnOptions -> Aff { exit :: Exit, stderr :: String, stdout :: String }
Modules
Sunde