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.
showDefault :: forall a (f :: Type -> Type) . Show a => Mod f aoptparse-applicative Options.Applicative Show the default value for this option using its Show instance.
showDefaultWith :: forall a (f :: Type -> Type) . (a -> String) -> Mod f aoptparse-applicative Options.Applicative Specify a function to show the default value for an option.
-
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.
-
optparse-applicative Options.Applicative Show full help text on any error.
showDefault :: forall a (f :: Type -> Type) . Show a => Mod f aoptparse-applicative Options.Applicative.Builder Show the default value for this option using its Show instance.
showDefaultWith :: forall a (f :: Type -> Type) . (a -> String) -> Mod f aoptparse-applicative Options.Applicative.Builder Specify a function to show the default value for an option.
-
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.
-
optparse-applicative Options.Applicative.Builder Show full help text on any error.
showOption :: OptName -> Stringoptparse-applicative Options.Applicative.Common No documentation available.
showCommandForUser :: FilePath -> [String] -> Stringunliftio 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).