-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Data.Text helpers for optparse-applicative
--
-- Data.Text helpers for optparse-applicative
@package optparse-text
@version 0.1.0.0
-- | This library provides parser builders akin to what
-- optparse-applicative offers for String out of the Box, but for
-- Text.
module Options.Applicative.Text
-- | Text Option reader.
text :: ReadM Text
-- | Builder for an option taking a Text argument.
textOption :: Mod OptionFields Text -> Parser Text
-- | Builder for a Text argument.
textArgument :: Mod ArgumentFields Text -> Parser Text