haskell-ci-0.2: Cabal package script generator for Travis-CI
HaskellCI.Cli
Description
Most of client interface.
data Command Source #
Constructors
Defined in HaskellCI.Cli
Methods
showsPrec :: Int -> Command -> ShowS #
show :: Command -> String #
showList :: [Command] -> ShowS #
data Options Source #
Fields
(<>) :: Options -> Options -> Options #
sconcat :: NonEmpty Options -> Options #
stimes :: Integral b => b -> Options -> Options #
defaultOptions :: Options Source #
optionsP :: Parser Options Source #
cliParserInfo :: ParserInfo (Command, Options) Source #
parseTravis :: [String] -> IO (FilePath, Options) Source #