Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
optparse-applicative Options.Applicative Show global help information in subparser usage.
prefHelpShowGlobal :: ParserPrefs -> Booloptparse-applicative Options.Applicative when displaying subparsers' usage help, show parent options under a "global options" section (default: False)
prefShowHelpOnEmpty :: ParserPrefs -> Booloptparse-applicative Options.Applicative show the help text for a command or subcommand if it fails with no input (default: False)
prefShowHelpOnError :: ParserPrefs -> Booloptparse-applicative Options.Applicative always show help text on parse errors (default: False)
-
optparse-applicative Options.Applicative.Builder Show global help information in subparser usage.
prefHelpShowGlobal :: ParserPrefs -> Booloptparse-applicative Options.Applicative.Common when displaying subparsers' usage help, show parent options under a "global options" section (default: False)
prefShowHelpOnEmpty :: ParserPrefs -> Booloptparse-applicative Options.Applicative.Common show the help text for a command or subcommand if it fails with no input (default: False)
prefShowHelpOnError :: ParserPrefs -> Booloptparse-applicative Options.Applicative.Common always show help text on parse errors (default: False)
prefHelpShowGlobal :: ParserPrefs -> Booloptparse-applicative Options.Applicative.Extra when displaying subparsers' usage help, show parent options under a "global options" section (default: False)
prefShowHelpOnEmpty :: ParserPrefs -> Booloptparse-applicative Options.Applicative.Extra show the help text for a command or subcommand if it fails with no input (default: False)