mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
diff: make it show in commands list; export it (#981)
This commit is contained in:
parent
ceb193f85e
commit
e57bf4a9f2
@ -28,6 +28,7 @@ module Hledger.Cli.Commands (
|
||||
,module Hledger.Cli.Commands.Checkdupes
|
||||
,module Hledger.Cli.Commands.Close
|
||||
,module Hledger.Cli.Commands.Commodities
|
||||
,module Hledger.Cli.Commands.Diff
|
||||
,module Hledger.Cli.Commands.Help
|
||||
,module Hledger.Cli.Commands.Import
|
||||
,module Hledger.Cli.Commands.Incomestatement
|
||||
@ -153,7 +154,7 @@ commandsList = unlines [
|
||||
," check-dates check transactions are ordered by date"
|
||||
," check-dupes check for accounts with the same leaf name"
|
||||
," close (equity) generate balance-resetting transactions"
|
||||
,"+diff compare account transactions in two journal files"
|
||||
," diff compare account transactions in two journal files"
|
||||
,"+interest generate interest transactions"
|
||||
," rewrite generate automated postings/diffs (old, use --auto)"
|
||||
,""
|
||||
|
Loading…
Reference in New Issue
Block a user