Module
CommandLine
- Package
- purescript-webb-commandline
- Repository
- mitchellandwebb/webb-commandline
#newCommandLine Source
newCommandLine :: forall m. MonadEffect m => m CommandLine#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
shell' :: forall m. MonadEffect m => CommandLine -> ShellOptions -> String -> m Buffer#spagoBuild Source
spagoBuild :: forall m. MonadEffect m => CommandLine -> m Unit#spagoTest Source
spagoTest :: forall m. MonadEffect m => CommandLine -> m Unit- Modules
- CommandLine