hledger/hledger/hledger_commands.m4.md
Simon Michael 3baad5d729 cli: render command help as plain text, hiding markup
This means committing a bunch more generated files, but it's probably
worthwhile, so we can have both rich hyperlinked/styled command docs
and clean readable command help.
2019-01-30 10:41:39 -08:00

2.1 KiB

COMMANDS

hledger provides a number of subcommands; hledger with no arguments shows a list.

If you install additional hledger-* packages, or if you put programs or scripts named hledger-NAME in your PATH, these will also be listed as subcommands.

Run a subcommand by writing its name as first argument (eg hledger incomestatement). You can also write one of the standard short aliases displayed in parentheses in the command list (hledger b), or any any unambiguous prefix of a command name (hledger inc).

Here are all the builtin commands in alphabetical order. See also hledger for a more organised command list, and hledger CMD -h for detailed command help.

accounts

include(Hledger/Cli/Commands/Accounts.md)

activity

include(Hledger/Cli/Commands/Activity.md)

add

include(Hledger/Cli/Commands/Add.md)

balance

include({{Hledger/Cli/Commands/Balance.md}})

balancesheet

include({{Hledger/Cli/Commands/Balancesheet.md}})

balancesheetequity

include({{Hledger/Cli/Commands/Balancesheetequity.md}})

cashflow

include({{Hledger/Cli/Commands/Cashflow.md}})

check-dates

include({{Hledger/Cli/Commands/Checkdates.md}})

check-dupes

include({{Hledger/Cli/Commands/Checkdupes.md}})

close

include({{Hledger/Cli/Commands/Close.md}})

files

include({{Hledger/Cli/Commands/Files.md}})

help

include({{Hledger/Cli/Commands/Help.md}})

import

include({{Hledger/Cli/Commands/Import.md}})

incomestatement

include({{Hledger/Cli/Commands/Incomestatement.md}})

prices

include({{Hledger/Cli/Commands/Prices.md}})

print

include({{Hledger/Cli/Commands/Print.md}})

print-unique

include({{Hledger/Cli/Commands/Printunique.md}})

register

include({{Hledger/Cli/Commands/Register.md}})

register-match

include({{Hledger/Cli/Commands/Registermatch.md}})

rewrite

include({{Hledger/Cli/Commands/Rewrite.md}})

roi

include({{Hledger/Cli/Commands/Roi.md}})

stats

include({{Hledger/Cli/Commands/Stats.md}})

tags

include({{Hledger/Cli/Commands/Tags.md}})

test

include({{Hledger/Cli/Commands/Test.md}})

include(hledger_addons.m4.md)