[tests] Validate another example in the manual
This commit is contained in:
parent
29c4bcbf9a
commit
793e295a92
1 changed files with 12 additions and 17 deletions
|
|
@ -5770,28 +5770,23 @@ Specify the location of the init file. The default is @file{~/.ledgerrc}.
|
||||||
Display the options in effect for this Ledger invocation, along with
|
Display the options in effect for this Ledger invocation, along with
|
||||||
their values and the source of those values, for example:
|
their values and the source of those values, for example:
|
||||||
|
|
||||||
@smallexample
|
@smallexample @c command:DEB4952
|
||||||
$ ledger --options bal --cleared -f ~/ledger/test/input/drewr3.dat
|
$ ledger --options bal --cleared -f test/input/drewr3.dat
|
||||||
===========================================================================
|
@end smallexample
|
||||||
|
|
||||||
|
@smallexample @c output:DEB4952
|
||||||
|
===============================================================================
|
||||||
[Global scope options]
|
[Global scope options]
|
||||||
|
--args-only --args-only
|
||||||
|
|
||||||
[Session scope options]
|
[Session scope options]
|
||||||
--file = ~/ledger/test/input/drewr3.dat -f
|
--file = test/input/drewr3.dat -f
|
||||||
--price-db = ~/FinanceData/PriceDB $price-db
|
|
||||||
|
|
||||||
[Report scope options]
|
[Report scope options]
|
||||||
--cleared --cleared
|
--cleared --cleared
|
||||||
--color ?normalize
|
--columns = 80 --columns
|
||||||
--date-format = %Y/%m/%d $date-format
|
--limit = cleared --cleared
|
||||||
--limit = cleared --cleared
|
===============================================================================
|
||||||
--prepend-width = 0 ?normalize
|
|
||||||
--meta-width = 0 ?normalize
|
|
||||||
--date-width = 10 ?normalize
|
|
||||||
--payee-width = 21 ?normalize
|
|
||||||
--account-width = 21 ?normalize
|
|
||||||
--amount-width = 12 ?normalize
|
|
||||||
--total-width = 12 ?normalize
|
|
||||||
===========================================================================
|
|
||||||
$ 775.00 Assets:Checking
|
$ 775.00 Assets:Checking
|
||||||
$ -1,000.00 Equity:Opening Balances
|
$ -1,000.00 Equity:Opening Balances
|
||||||
$ 225.00 Expenses:Food:Groceries
|
$ 225.00 Expenses:Food:Groceries
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue