-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Helper setup scripts for packaging command-line tools. -- -- Provides functions to set up manpages and shell completions. Intended -- to be used in the Setup.hs module. @package cli-setup @version 0.1.0.1 module Distribution.CommandLine writeManpages :: FilePath -> FilePath -> IO () writeBashCompletions :: String -> IO () setManpath :: IO ()