| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
SimpleCmd.Git
Description
Some wrappers for git commands.
Documentation
git c args runs git command and return output
git_ :: String -> [String] -> IO () Source #
git_ c args run git command with output to stdout and stderr
gitBool c args runs git command and return result
Since: 0.2.2