hledger-1.12.1: Command-line interface for the hledger accounting tool

Safe HaskellNone
LanguageHaskell2010

Hledger.Cli.DocFiles

Description

Embedded documentation files in various formats, and helpers for viewing them.

|

Documentation

type Topic = String Source #

docFiles :: [(Topic, (ByteString, ByteString, ByteString))] Source #

lookupDocNroff :: Topic -> ByteString Source #

lookupDocTxt :: Topic -> ByteString Source #

lookupDocInfo :: Topic -> ByteString Source #

runPagerForTopic :: FilePath -> Topic -> IO () Source #