Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. helpShowGlobals :: PrefsMod

    optparse-applicative Options.Applicative.Builder

    Show global help information in subparser usage.

  2. prefHelpShowGlobal :: ParserPrefs -> Bool

    optparse-applicative Options.Applicative.Common

    when displaying subparsers' usage help, show parent options under a "global options" section (default: False)

  3. prefShowHelpOnEmpty :: ParserPrefs -> Bool

    optparse-applicative Options.Applicative.Common

    show the help text for a command or subcommand if it fails with no input (default: False)

  4. prefShowHelpOnError :: ParserPrefs -> Bool

    optparse-applicative Options.Applicative.Common

    always show help text on parse errors (default: False)

  5. prefHelpShowGlobal :: ParserPrefs -> Bool

    optparse-applicative Options.Applicative.Extra

    when displaying subparsers' usage help, show parent options under a "global options" section (default: False)

  6. prefShowHelpOnEmpty :: ParserPrefs -> Bool

    optparse-applicative Options.Applicative.Extra

    show the help text for a command or subcommand if it fails with no input (default: False)

  7. prefShowHelpOnError :: ParserPrefs -> Bool

    optparse-applicative Options.Applicative.Extra

    always show help text on parse errors (default: False)

  8. unsafeViaShow :: Show a => a -> Doc ann

    optparse-applicative Options.Applicative.Help.Pretty

    Convenience function to convert a Showable value /that must not contain newlines/ to a Doc. If there may be newlines, use viaShow instead.

  9. viaShow :: Show a => a -> Doc ann

    optparse-applicative Options.Applicative.Help.Pretty

    Convenience function to convert a Showable value to a Doc. If the String does not contain newlines, consider using the more performant unsafeViaShow.

  10. optShowDefault :: Option a -> Maybe String

    optparse-applicative Options.Applicative.Types

    No documentation available.

Page 227 of many | Previous | Next