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

Safe HaskellNone
LanguageHaskell2010

Hledger.Cli.Commands.Help

Description

The help command.

|

Synopsis

Documentation

help' :: CliOpts -> Journal -> IO () Source #

List or display one of the hledger manuals in various formats. You can select a docs viewer with one of the `--info`, `--man`, `--pager`, `--cat` flags. Otherwise it will use the first available of: info, man, $PAGER, less, stdout (and always stdout if output is non-interactive).