hledger-0.24: The main command-line interface for the hledger accounting tool.

Safe HaskellNone
LanguageHaskell2010

Hledger.Cli.Accounts

Description

The accounts command lists account names:

  • in flat mode (default), it lists the full names of accounts posted to by matched postings, clipped to the specified depth, possibly with leading components dropped.
  • in tree mode, it shows the indented short names of accounts posted to by matched postings, and their parents, to the specified depth.

Synopsis

Documentation

accountsmode :: Mode RawOpts Source

Command line options for this command.

accounts :: CliOpts -> Journal -> IO () Source

The accounts command.