From 19f257621ca4f5c9df8faa712fcc1f094eed6340 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 29 Nov 2020 13:36:24 -0800 Subject: [PATCH] ;cli: commands list: descriptions for tagfiles & fancyassertions addons --- hledger/Hledger/Cli/Commands.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hledger/Hledger/Cli/Commands.hs b/hledger/Hledger/Cli/Commands.hs index 9436128be..fd97e2683 100644 --- a/hledger/Hledger/Cli/Commands.hs +++ b/hledger/Hledger/Cli/Commands.hs @@ -169,6 +169,8 @@ commandsList progversion othercmds = [ ,"Data management:" ,"+autosync download/deduplicate/convert OFX data" ," check check for various kinds of issue in the data" + ,"+check-fancyassertions check more powerful balance assertions" + ,"+check-tagfiles check file paths in tag values exist" ," close (equity) generate balance-resetting transactions" ," diff compare account transactions in two journal files" ,"+interest generate interest transactions"