From fe1fc313ba4fc536f163585e7bd40d9c74cd9200 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 2 May 2024 18:37:23 -1000 Subject: [PATCH] imp: cli: commands list: more cleanup --- hledger/Hledger/Cli/Commands.hs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hledger/Hledger/Cli/Commands.hs b/hledger/Hledger/Cli/Commands.hs index 3d22e25f5..f906910d9 100644 --- a/hledger/Hledger/Cli/Commands.hs +++ b/hledger/Hledger/Cli/Commands.hs @@ -245,18 +245,18 @@ commandsList progversion othercmds = ," balancesheetequity (bse) show assets, liabilities and equity" ," cashflow (cf) show changes in liquid assets" ," incomestatement (is) show revenues and expenses" + ,"" + -----------------------------------------80------------------------------------- + ,bold' "ADVANCED REPORTS (more versatile/advanced reports)" + ," balance (bal) show balance changes, end balances, gains, budgets.." + ,"+lots show a commodity's lots" -- hledger-lots + ," roi show return on investments" ,"" -----------------------------------------80------------------------------------- ,bold' "CHARTS (bar charts, line graphs..)" ," activity show posting counts as a terminal bar chart" ,"+bar show balances or changes as a terminal bar chart" -- hledger-bar ,"+plot show advanced matplotlib charts as gui/svg/png/pdf.." -- hledger-utils - ,"" - -----------------------------------------80------------------------------------- - ,bold' "MORE REPORTS (more versatile/advanced reports)" - ," balance (bal) show balance changes, end balances, gains, budgets.." - ,"+lots show a commodity's lots" -- hledger-lots - ," roi show return on investments" ,"" -----------------------------------------80------------------------------------- ,bold' "GENERATING DATA (generate or download journal entries; less common)"