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.Checkdupes
|
||||||
,module Hledger.Cli.Commands.Close
|
,module Hledger.Cli.Commands.Close
|
||||||
,module Hledger.Cli.Commands.Commodities
|
,module Hledger.Cli.Commands.Commodities
|
||||||
|
,module Hledger.Cli.Commands.Diff
|
||||||
,module Hledger.Cli.Commands.Help
|
,module Hledger.Cli.Commands.Help
|
||||||
,module Hledger.Cli.Commands.Import
|
,module Hledger.Cli.Commands.Import
|
||||||
,module Hledger.Cli.Commands.Incomestatement
|
,module Hledger.Cli.Commands.Incomestatement
|
||||||
@ -153,7 +154,7 @@ commandsList = unlines [
|
|||||||
," 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"
|
||||||
," close (equity) generate balance-resetting transactions"
|
," 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"
|
,"+interest generate interest transactions"
|
||||||
," rewrite generate automated postings/diffs (old, use --auto)"
|
," rewrite generate automated postings/diffs (old, use --auto)"
|
||||||
,""
|
,""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user