-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Data.Text helpers for optparse-applicative
--   
--   Please see README.md
@package optparse-text
@version 0.1.1.0


-- | This library provides parser builders akin to what
--   optparse-applicative offers for <a>String</a> out of the Box, but for
--   <a>Text</a>.
module Options.Applicative.Text

-- | Text <tt>Option</tt> reader.
text :: ReadM Text

-- | Builder for an option taking a <a>Text</a> argument.
textOption :: Mod OptionFields Text -> Parser Text

-- | Builder for a <tt>Text</tt> argument.
textArgument :: Mod ArgumentFields Text -> Parser Text
