fix: cli: commands list now shows help for hledger-lots if installed

This commit is contained in:
Simon Michael 2023-05-18 07:11:03 -10:00
parent 4c3046dea8
commit 71ef6ef478

View File

@ -209,8 +209,8 @@ commandsList progversion othercmds =
,bold' "GENERATING DATA (generate entries to be added to the journal file)" ,bold' "GENERATING DATA (generate entries to be added to the journal file)"
,"+autosync download/deduplicate/convert OFX data" ,"+autosync download/deduplicate/convert OFX data"
," close generate balance-zeroing/restoring transactions" ," close generate balance-zeroing/restoring transactions"
,"+fifo sell generate a lot-selling transaction, using FIFO"
,"+interest generate interest transactions" ,"+interest generate interest transactions"
,"+lots sell generate a lot-selling transaction"
," rewrite generate auto postings, like print --auto" ," rewrite generate auto postings, like print --auto"
,"+stockquotes download market prices from AlphaVantage" ,"+stockquotes download market prices from AlphaVantage"
,"" ,""
@ -237,7 +237,7 @@ commandsList progversion othercmds =
," activity show a simple bar chart of posting counts per period" ," activity show a simple bar chart of posting counts per period"
," balance (bal) show balance changes, end balances, budgets, gains.." ," balance (bal) show balance changes, end balances, budgets, gains.."
," bar show a balance report as a simple bar chart" ," bar show a balance report as a simple bar chart"
,"+fifo lots show a commodity's remaining lots, using FIFO" ,"+lots show a commodity's lots"
,"+plot create charts from balance reports, in terminal or GUI" ,"+plot create charts from balance reports, in terminal or GUI"
," print show transactions or export journal data" ," print show transactions or export journal data"
," register (reg) show postings in one or more accounts & running total" ," register (reg) show postings in one or more accounts & running total"