napkin-0.5.8
Copyright(c) Soostone Inc 2020
LicenseAllRightsReserved
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Napkin.Cli.Repl.CmdRunner

Description

 
Synopsis

Documentation

work :: (MonadIO m, MonadThrow m, MonadCatch m) => ReplCommandOptions -> m ExitCode #

Repl processing Invokes Napkin ghci repl

type GhciScript = [Text] #

runRepl :: forall b m. (MonadIO m, MonadThrow m, ToDbBackend b, MonadCatch m) => FilePath -> YamlSpec b -> m ExitCode #