Safe Haskell | None |
---|---|
Language | Haskell2010 |
Top-level module for achille, providing the CLI and task runner.
Synopsis
- module Achille.Config
- module Achille.Timestamped
- module Achille.Recipe
- module Achille.Task
- data AchilleCommand
- achilleCLI :: Parser AchilleCommand
- achille :: Task IO a -> IO ()
- achilleWith :: Config -> Task IO a -> IO ()
Documentation
module Achille.Config
module Achille.Timestamped
module Achille.Recipe
module Achille.Task
data AchilleCommand Source #
CLI commands.
Instances
Eq AchilleCommand Source # | |
Defined in Achille (==) :: AchilleCommand -> AchilleCommand -> Bool # (/=) :: AchilleCommand -> AchilleCommand -> Bool # | |
Show AchilleCommand Source # | |
Defined in Achille showsPrec :: Int -> AchilleCommand -> ShowS # show :: AchilleCommand -> String # showList :: [AchilleCommand] -> ShowS # |
achilleCLI :: Parser AchilleCommand Source #
CLI parser.