Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Host string to start the server on.
data Action result where Source #
CLI subcommand
Generate :: FilePath -> Action [FilePath] | Generate static files at the given output directory, returning the list of generated files. |
Run :: (Host, Maybe Port) -> Action () | Run the live server |
Ema's command-line interface options
hostParser :: Parser Host Source #
portParser :: Parser Port Source #