hercules-ci-cli-0.3.7: The hci command for working with Hercules CI
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.CLI.Options

Synopsis

Documentation

execParser :: ParserInfo a -> IO a Source #

Custom execParser that provides help text when input is incomplete.

helper :: Parser (a -> a) Source #

We omit --help from the help text and completion.

packSome :: Parser Char -> Parser Text Source #

attoparsecReader :: Parser a -> ReadM a Source #