Module

CommandLine

Package
purescript-webb-commandline
Repository
mitchellandwebb/webb-commandline

#CommandLine Source

newtype CommandLine

Constructors

#newCommandLine Source

#args Source

args :: forall m. MonadEffect m => CommandLine -> m (Array String)

#ShellOptions Source

type ShellOptions = { forwardOutput :: Boolean }

#shell Source

shell :: forall m. MonadEffect m => CommandLine -> String -> m Buffer

#shell' Source

#spagoBuild Source

spagoBuild :: forall m. MonadEffect m => CommandLine -> m Unit

#spagoTest Source

spagoTest :: forall m. MonadEffect m => CommandLine -> m Unit
Modules
CommandLine