optparse-applicative-0.18.1.0: Utilities and combinators for parsing command line options
Safe HaskellSafe-Inferred
LanguageHaskell98

Options.Applicative.BashCompletion

Description

You don't need to import this module to enable bash completion.

See the wiki for more information on bash completion.

Synopsis

Documentation

bashCompletionScript :: String -> String -> String Source #

Generated bash shell completion script

fishCompletionScript :: String -> String -> String Source #

Generated fish shell completion script

zshCompletionScript :: String -> String -> String Source #

Generated zsh shell completion script