Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- execParser :: ParserInfo a -> IO a
- helper :: Parser (a -> a)
- subparser :: Mod CommandFields a -> Parser a
- mkCommand :: [Char] -> InfoMod a -> Parser a -> Mod CommandFields a
- packSome :: Parser Char -> Parser Text
- attoparsecReader :: Parser a -> ReadM a
- scanArguments :: Text -> [Text] -> [Text]
- getCompletionWords :: IO [Text]
- scanOption :: Text -> IO (Maybe Text)
- flatCompleter :: IO [Text] -> Completer
Documentation
execParser :: ParserInfo a -> IO a Source #
Custom execParser that provides help text when input is incomplete.
attoparsecReader :: Parser a -> ReadM a Source #
getCompletionWords :: IO [Text] Source #