cli: commands list: update command descriptions

This commit is contained in:
Simon Michael 2019-01-28 10:23:39 -08:00
parent a9eb84a451
commit 469b715352

View File

@ -139,26 +139,25 @@ PROGVERSION
Usage: hledger COMMAND [OPTIONS] [-- ADDONCMDOPTIONS] Usage: hledger COMMAND [OPTIONS] [-- ADDONCMDOPTIONS]
Commands (+ addons found in $PATH): Commands (+ addons found in $PATH):
Data entry: Data entry (these commands modify the journal file):
add add transactions using console ui add add transactions using guided prompts
+iadd add transactions using curses ui +iadd add transactions using curses ui
import add new transactions from one or more import files import add any new transactions from other files (eg csv)
edit open a text editor on some part of the journal
Statements: Financial reports:
balancesheet (bs) show a simple balance sheet with net worth balancesheet (bs) show assets, liabilities and net worth
balancesheetequity (bse) show a detailed balance sheet with equity balancesheetequity (bse) show assets, liabilities and equity
cashflow (cf) show a cashflow statement cashflow (cf) show changes in liquid assets
incomestatement (is) show an income statement incomestatement (is) show revenues and expenses
Basic reports: Low-level reports:
accounts (a) show account names accounts (a) show account names
activity show a chart of posting counts per interval activity show bar chart of posting counts per interval
balance (b, bal) show account balance changes or ending balances balance (b, bal) show balance changes or end balances in any accounts
files show input files files show input files
prices show market price records prices show market price records
print (p, txns) show transactions/journal entries print (p, txns) show journal entries (transactions)
register (r, reg) show postings to one or more accounts register (r, reg) show postings affecting one or more accounts
stats show journal statistics stats show journal statistics
tags show tag names tags show tag names
@ -169,20 +168,20 @@ UIs:
Generating data: Generating data:
close (equity) generate balance-resetting transactions close (equity) generate balance-resetting transactions
+interest generate interest transactions +interest generate interest transactions
rewrite generate automated postings on matched transactions rewrite generate automated postings/diffs (or, see --auto)
Other/experimental: Other/experimental:
+api start web api server +api start http api server
+autosync download/deduplicate/convert OFX data +autosync download/deduplicate/convert OFX data
+check check more powerful balance assertions +check check more powerful balance assertions
check-dates check transactions are ordered by date check-dates check transactions are ordered by date
check-dupes check for accounts with the same leaf name check-dupes check for accounts with the same leaf name
+diff compare account transactions in two journal files +diff compare account transactions in two journal files
+irr calculate internal rate of return (obsolete, see roi) +irr calculate internal rate of return (or, see roi)
print-unique show only transactions with unique descriptions print-unique show only transactions with unique descriptions
register-match show best matching transaction for a description register-match show best matching transaction for a description
roi calculate return on investments roi calculate return on investments
test run self tests test run builtin self tests
OTHER OTHER
Help: Help:
help show any of the hledger manuals in various formats help show any of the hledger manuals in various formats
@ -191,6 +190,7 @@ Help:
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
|] |]
-- aregister (ar, areg) show transactions in a single account -- aregister (ar, areg) show transactions in a single account
-- edit open a text editor on some part of the journal
-- | All names and aliases of builtin commands. -- | All names and aliases of builtin commands.