tldr 0.2.2 → 0.2.3
raw patch · 4 files changed
+7/−2 lines, 4 files
Files
- CHANGELOG.md +4/−0
- README.md +1/−1
- src/Tldr.hs +1/−0
- tldr.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.2.3++* Fix coloring bug under bash during some circumstances [#6](https://github.com/psibi/tldr-hs/pull/6/files)+ # 0.2.2 * Fix `--version` option
README.md view
@@ -7,7 +7,7 @@ ## Installation 1. [Install stack](https://docs.haskellstack.org/en/stable/README/#how-to-install)-2. `stack install --resolver=nightly tldr`+2. `stack install tldr` ## Usage
src/Tldr.hs view
@@ -86,6 +86,7 @@ changeConsoleSetting ntype renderNode ntype mapM_ (\(Node _ ntype' ns) -> renderNode ntype' >> mapM_ handleNode ns) xs+ setSGR [Reset] parsePage :: FilePath -> IO Node parsePage fname = do
tldr.cabal view
@@ -1,5 +1,5 @@ name: tldr-version: 0.2.2+version: 0.2.3 synopsis: Haskell tldr client description: Haskell tldr client with support for updating and viewing tldr pages. homepage: https://github.com/psibi/tldr-hs#readme