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

Safe HaskellNone
LanguageHaskell2010

Hledger.Cli.Commands.Codes

Description

The codes command lists the codes seen in transactions, in the order parsed.

Synopsis

Documentation

codesmode :: Mode RawOpts Source #

Command line options for this command.

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

The codes command.