haddock
This commit is contained in:
parent
33a1c6533b
commit
224cab068f
@ -41,7 +41,7 @@ import Hledger.Utils
|
||||
|
||||
-- | hledger and hledger-lib's unit tests aggregated from all modules
|
||||
-- plus some more which are easier to define here for now.
|
||||
-- tests_Hledger_Cli1 :: Test
|
||||
tests_Hledger_Cli :: Test
|
||||
tests_Hledger_Cli = TestList
|
||||
[
|
||||
tests_Hledger_Data
|
||||
|
||||
@ -107,7 +107,7 @@ balancelabel = "Balance"
|
||||
--
|
||||
-- 1. it shows transactions, from the point of view of the focussed
|
||||
-- account. The other account's name and posted amount is displayed,
|
||||
-- aggregated if there is more than other account posting.
|
||||
-- aggregated if there is more than one other account posting.
|
||||
--
|
||||
-- 2. With no transaction filtering in effect other than a start date, it
|
||||
-- shows the accurate historical running balance for this
|
||||
|
||||
@ -15,7 +15,7 @@ documentation in the source, run by doing @make doctest@ in the hledger
|
||||
source tree. are They hardly used, but here is an example:
|
||||
|
||||
@
|
||||
$ bin/hledger -f data/sample.journal balance o
|
||||
$ bin\/hledger -f data\/sample.journal balance o
|
||||
$1 expenses:food
|
||||
$-2 income
|
||||
$-1 gifts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user