hledger-1.24: Command-line interface for the hledger accounting system
Safe HaskellNone
LanguageHaskell2010

Hledger.Cli.Commands.Aregister

Description

The aregister command lists a single account's transactions, like the account register in hledger-ui and hledger-web, and unlike the register command which lists postings across multiple accounts.

Synopsis

Documentation

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

Print an account register report for a specified account.