Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. showDefault :: forall a (f :: Type -> Type) . Show a => Mod f a

    optparse-applicative Options.Applicative

    Show the default value for this option using its Show instance.

  2. showDefaultWith :: forall a (f :: Type -> Type) . (a -> String) -> Mod f a

    optparse-applicative Options.Applicative

    Specify a function to show the default value for an option.

  3. showHelpOnEmpty :: PrefsMod

    optparse-applicative Options.Applicative

    Show the help text if the user enters only the program name or subcommand. This will suppress a "Missing:" error and show the full usage instead if a user just types the name of the program.

  4. showHelpOnError :: PrefsMod

    optparse-applicative Options.Applicative

    Show full help text on any error.

  5. showDefault :: forall a (f :: Type -> Type) . Show a => Mod f a

    optparse-applicative Options.Applicative.Builder

    Show the default value for this option using its Show instance.

  6. showDefaultWith :: forall a (f :: Type -> Type) . (a -> String) -> Mod f a

    optparse-applicative Options.Applicative.Builder

    Specify a function to show the default value for an option.

  7. showHelpOnEmpty :: PrefsMod

    optparse-applicative Options.Applicative.Builder

    Show the help text if the user enters only the program name or subcommand. This will suppress a "Missing:" error and show the full usage instead if a user just types the name of the program.

  8. showHelpOnError :: PrefsMod

    optparse-applicative Options.Applicative.Builder

    Show full help text on any error.

  9. showOption :: OptName -> String

    optparse-applicative Options.Applicative.Common

    No documentation available.

  10. showCommandForUser :: FilePath -> [String] -> String

    unliftio UnliftIO.Process

    Given a program p and arguments args, showCommandForUser p args returns a string suitable for pasting into /bin/sh (on Unix systems) or CMD.EXE (on Windows).

Page 58 of many | Previous | Next