yamlparse-applicative-0.2.0.1: Declaritive configuration parsing with free docs
Safe HaskellNone
LanguageHaskell2010

YamlParse.Applicative.OptParse

Synopsis

Documentation

confDesc :: forall o a. YamlSchema o => InfoMod a Source #

Helper function to add the schema documentation for a YamlSchema parser to the optparse applicative help output

confDescWith :: Parser i o -> InfoMod a Source #

Helper function to add the schema documentation for a given parser to the optparse applicative help output