optparse-text-0.1.1.0: Data.Text helpers for optparse-applicative

Safe HaskellSafe
LanguageHaskell2010

Options.Applicative.Text

Description

This library provides parser builders akin to what optparse-applicative offers for String out of the Box, but for Text.

Synopsis

Documentation

text :: ReadM Text Source #

Text Option reader.

textOption :: Mod OptionFields Text -> Parser Text Source #

Builder for an option taking a Text argument.

textArgument :: Mod ArgumentFields Text -> Parser Text Source #

Builder for a Text argument.