Module
Node.Library.Execa.CrossSpawn   
- Package
- purescript-node-execa
- Repository
- jordanmartinez/purescript-node-execa
#parse Source
parse :: String -> Array String -> CrossSpawnOptions -> Effect CrossSpawnConfig#CrossSpawnConfig Source
type CrossSpawnConfig = { args :: Array String, command :: String, options :: CrossSpawnOptions }- Modules
- Node.Library. Execa 
- Node.Library. Execa. CrossSpawn 
- Node.Library. Execa. GetStream 
- Node.Library. Execa. IsExe 
- Node.Library. Execa. MergeStream 
- Node.Library. Execa. NpmRunPath 
- Node.Library. Execa. ParseCommand 
- Node.Library. Execa. ShebangCommand 
- Node.Library. Execa. SignalExit 
- Node.Library. Execa. StripFinalNewline 
- Node.Library. Execa. Utils 
- Node.Library. Execa. Which