opt-env-conf-0.4.0.2: Settings parsing for Haskell: command-line arguments, environment variables, and configuration values.
Safe HaskellSafe-Inferred
LanguageHaskell2010

OptEnvConf.Completion

Synopsis

Documentation

bashCompletionScript :: Path Abs File -> String -> String Source #

Generated bash shell completion script

zshCompletionScript :: Path Abs File -> String -> String Source #

Generated zsh shell completion script

fishCompletionScript :: Path Abs File -> String -> String Source #

Generated fish shell completion script

runCompletionQuery Source #

Arguments

:: Parser a 
-> Bool

Enriched

-> Int 
-> [String] 
-> IO () 

data Completion Source #

Constructors

Completion 

Fields

Instances

Instances details
Show Completion Source # 
Instance details

Defined in OptEnvConf.Completion

Eq Completion Source # 
Instance details

Defined in OptEnvConf.Completion