cradle-0.0.0.0: A simpler process library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cradle.ProcessConfiguration

Documentation

data OutputStreamConfig Source #

Constructors

OutputStreamConfig 

Fields

  • capture :: Bool
     
  • setHandles :: Maybe [Handle]

    Handles that the user set for the output stream.

    Nothing means use the default behavior (which depends on the capture field).