Safe Haskell | None |
---|---|
Language | Haskell2010 |
OptEnvConf.Completion
Synopsis
- generateBashCompletionScript :: Path Abs File -> String -> IO ()
- bashCompletionScript :: Path Abs File -> String -> String
- generateZshCompletionScript :: Path Abs File -> String -> IO ()
- zshCompletionScript :: Path Abs File -> String -> String
- generateFishCompletionScript :: Path Abs File -> String -> IO ()
- fishCompletionScript :: Path Abs File -> String -> String
- runCompletionQuery :: Parser a -> Bool -> Int -> [String] -> IO ()
- pureCompletionQuery :: Parser a -> Int -> [String] -> [Completion]
- data Completion = Completion {}
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
pureCompletionQuery :: Parser a -> Int -> [String] -> [Completion] Source #
data Completion Source #
Constructors
Completion | |
Fields
|
Instances
Show Completion Source # | |
Defined in OptEnvConf.Completion Methods showsPrec :: Int -> Completion -> ShowS # show :: Completion -> String # showList :: [Completion] -> ShowS # | |
Eq Completion Source # | |
Defined in OptEnvConf.Completion |