Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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 #
Completion | |
|
Instances
Show Completion Source # | |
Defined in OptEnvConf.Completion showsPrec :: Int -> Completion -> ShowS # show :: Completion -> String # showList :: [Completion] -> ShowS # | |
Eq Completion Source # | |
Defined in OptEnvConf.Completion (==) :: Completion -> Completion -> Bool # (/=) :: Completion -> Completion -> Bool # |