hledger-1.19.1: Command-line interface for the hledger accounting system

Safe HaskellNone
LanguageHaskell2010

Hledger.Cli.Commands.Payees

Description

The payees command lists all unique payees (description part before a |) seen in transactions, sorted alphabetically.

Synopsis

Documentation

payeesmode :: Mode RawOpts Source #

Command line options for this command.

payees :: CliOpts -> Journal -> IO () Source #

The payees command.