hledger
Safe HaskellNone
LanguageGHC2021

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.