Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Options.Applicative.Text
Description
- text :: ReadM Text
- textOption :: Mod OptionFields Text -> Parser Text
- textArgument :: Mod ArgumentFields Text -> Parser Text
Documentation
textOption :: Mod OptionFields Text -> Parser Text #
Builder for an option taking a Text
argument.
textArgument :: Mod ArgumentFields Text -> Parser Text #
Builder for a Text
argument.