update embedded manuals

This commit is contained in:
Simon Michael 2017-09-30 07:00:44 -10:00
parent 3e866563d1
commit 6632aedd93
10 changed files with 588 additions and 525 deletions

View File

@ -161,6 +161,7 @@ m4_define({{_optionnotes_}}, {{
A @FILE argument will be expanded to the contents of FILE,
which should contain one command line option/argument per line.
(To prevent this, insert a `--` argument before.)
When multiple similar reporting options are provided, the last one takes precedence.
Eg `--depth 3 --depth 1` is equivalent to `--depth 1`.

View File

@ -204,6 +204,17 @@ show version
show debug output (levels 1\-9, default: 1)
.RS
.RE
.PP
A \@FILE argument will be expanded to the contents of FILE, which should
contain one command line option/argument per line.
(To prevent this, insert a \f[C]\-\-\f[] argument before.)
.PP
When multiple similar reporting options are provided, the last one takes
precedence.
Eg \f[C]\-\-depth\ 3\ \-\-depth\ 1\f[] is equivalent to
\f[C]\-\-depth\ 1\f[].
.PP
Some of the reporting options can also be written as query arguments.
.SH KEYS
.PP
\f[C]?\f[] shows a help dialog listing all keys.

View File

@ -144,6 +144,16 @@ the data.
show debug output (levels 1-9, default: 1)
A @FILE argument will be expanded to the contents of FILE, which
should contain one command line option/argument per line. (To prevent
this, insert a '--' argument before.)
When multiple similar reporting options are provided, the last one
takes precedence. Eg '--depth 3 --depth 1' is equivalent to '--depth
1'.
Some of the reporting options can also be written as query arguments.

File: hledger-ui.1.info, Node: KEYS, Next: SCREENS, Prev: OPTIONS, Up: Top
@ -358,17 +368,17 @@ Tag Table:
Node: Top73
Node: OPTIONS831
Ref: #options930
Node: KEYS3519
Ref: #keys3616
Node: SCREENS6412
Ref: #screens6499
Node: Accounts screen6589
Ref: #accounts-screen6719
Node: Register screen8949
Ref: #register-screen9106
Node: Transaction screen11180
Ref: #transaction-screen11340
Node: Error screen12210
Ref: #error-screen12334
Node: KEYS3916
Ref: #keys4013
Node: SCREENS6809
Ref: #screens6896
Node: Accounts screen6986
Ref: #accounts-screen7116
Node: Register screen9346
Ref: #register-screen9503
Node: Transaction screen11577
Ref: #transaction-screen11737
Node: Error screen12607
Ref: #error-screen12731

End Tag Table

View File

@ -139,6 +139,15 @@ OPTIONS
--debug[=N]
show debug output (levels 1-9, default: 1)
A @FILE argument will be expanded to the contents of FILE, which should
contain one command line option/argument per line. (To prevent this,
insert a -- argument before.)
When multiple similar reporting options are provided, the last one
takes precedence. Eg --depth 3 --depth 1 is equivalent to --depth 1.
Some of the reporting options can also be written as query arguments.
KEYS
? shows a help dialog listing all keys. (Some of these also appear in
the quick help at the bottom of each screen.) Press ? again (or ESCAPE,

View File

@ -260,6 +260,17 @@ show version
show debug output (levels 1\-9, default: 1)
.RS
.RE
.PP
A \@FILE argument will be expanded to the contents of FILE, which should
contain one command line option/argument per line.
(To prevent this, insert a \f[C]\-\-\f[] argument before.)
.PP
When multiple similar reporting options are provided, the last one takes
precedence.
Eg \f[C]\-\-depth\ 3\ \-\-depth\ 1\f[] is equivalent to
\f[C]\-\-depth\ 1\f[].
.PP
Some of the reporting options can also be written as query arguments.
.SH ENVIRONMENT
.PP
\f[B]LEDGER_FILE\f[] The journal file path when not specified with

View File

@ -189,6 +189,16 @@ options as shown above.
show debug output (levels 1-9, default: 1)
A @FILE argument will be expanded to the contents of FILE, which
should contain one command line option/argument per line. (To prevent
this, insert a '--' argument before.)
When multiple similar reporting options are provided, the last one
takes precedence. Eg '--depth 3 --depth 1' is equivalent to '--depth
1'.
Some of the reporting options can also be written as query arguments.

Tag Table:
Node: Top74

View File

@ -184,6 +184,15 @@ OPTIONS
--debug[=N]
show debug output (levels 1-9, default: 1)
A @FILE argument will be expanded to the contents of FILE, which should
contain one command line option/argument per line. (To prevent this,
insert a -- argument before.)
When multiple similar reporting options are provided, the last one
takes precedence. Eg --depth 3 --depth 1 is equivalent to --depth 1.
Some of the reporting options can also be written as query arguments.
ENVIRONMENT
LEDGER_FILE The journal file path when not specified with -f. Default:
~/.hledger.journal (on windows, perhaps C:/Users/USER/.hledger.jour-

View File

@ -301,6 +301,7 @@ most recent applicable market price, if any)
.PP
A \@FILE argument will be expanded to the contents of FILE, which should
contain one command line option/argument per line.
(To prevent this, insert a \f[C]\-\-\f[] argument before.)
.PP
When multiple similar reporting options are provided, the last one takes
precedence.

View File

@ -233,7 +233,8 @@ different, like git.)
the most recent applicable market price, if any)
A @FILE argument will be expanded to the contents of FILE, which
should contain one command line option/argument per line.
should contain one command line option/argument per line. (To prevent
this, insert a '--' argument before.)
When multiple similar reporting options are provided, the last one
takes precedence. Eg '--depth 3 --depth 1' is equivalent to '--depth
@ -2203,125 +2204,125 @@ Node: OPTIONS3640
Ref: #options3744
Node: General options4025
Ref: #general-options4152
Node: Command options6693
Ref: #command-options6846
Node: Command arguments7244
Ref: #command-arguments7404
Node: Special characters7525
Ref: #special-characters7683
Node: Input files8851
Ref: #input-files8989
Node: Smart dates10952
Ref: #smart-dates11095
Node: Report start & end date12074
Ref: #report-start-end-date12246
Node: Report intervals13312
Ref: #report-intervals13477
Node: Period expressions13878
Ref: #period-expressions14038
Node: Depth limiting16378
Ref: #depth-limiting16524
Node: Pivoting16866
Ref: #pivoting16986
Node: Cost18662
Ref: #cost18772
Node: Market value18890
Ref: #market-value19027
Node: Regular expressions20327
Ref: #regular-expressions20465
Node: QUERIES21826
Ref: #queries21930
Node: COMMANDS25897
Ref: #commands26011
Node: accounts26994
Ref: #accounts27094
Node: activity28087
Ref: #activity28199
Node: add28558
Ref: #add28659
Node: balance31317
Ref: #balance31430
Node: Flat mode34587
Ref: #flat-mode34714
Node: Depth limited balance reports35134
Ref: #depth-limited-balance-reports35337
Node: Multicolumn balance reports35757
Ref: #multicolumn-balance-reports35968
Node: Custom balance output40616
Ref: #custom-balance-output40800
Node: Colour support42893
Ref: #colour-support43054
Node: Output destination43227
Ref: #output-destination43385
Node: CSV output43655
Ref: #csv-output43774
Node: balancesheet44171
Ref: #balancesheet44309
Node: balancesheetequity46277
Ref: #balancesheetequity46428
Node: cashflow47217
Ref: #cashflow47347
Node: check-dates49259
Ref: #check-dates49388
Node: check-dupes49505
Ref: #check-dupes49632
Node: equity49769
Ref: #equity49881
Node: help50044
Ref: #help50147
Node: import51221
Ref: #import51337
Node: incomestatement51732
Ref: #incomestatement51868
Node: prices53821
Ref: #prices53938
Node: print53981
Ref: #print54093
Node: print-unique58939
Ref: #print-unique59067
Node: register59135
Ref: #register59264
Node: Custom register output63765
Ref: #custom-register-output63896
Node: register-match65193
Ref: #register-match65329
Node: rewrite65512
Ref: #rewrite65631
Node: stats65700
Ref: #stats65805
Node: tags66686
Ref: #tags66786
Node: test66818
Ref: #test66904
Node: ADD-ON COMMANDS67272
Ref: #add-on-commands67384
Node: Official add-ons68671
Ref: #official-add-ons68813
Node: api68900
Ref: #api68991
Node: ui69043
Ref: #ui69144
Node: web69202
Ref: #web69293
Node: Third party add-ons69339
Ref: #third-party-add-ons69516
Node: diff69651
Ref: #diff69750
Node: iadd69849
Ref: #iadd69965
Node: interest70048
Ref: #interest70171
Node: irr70266
Ref: #irr70366
Node: Experimental add-ons70444
Ref: #experimental-add-ons70598
Node: autosync70889
Ref: #autosync71003
Node: budget71242
Ref: #budget71366
Node: chart71432
Ref: #chart71551
Node: check71622
Ref: #check71726
Node: Command options6744
Ref: #command-options6897
Node: Command arguments7295
Ref: #command-arguments7455
Node: Special characters7576
Ref: #special-characters7734
Node: Input files8902
Ref: #input-files9040
Node: Smart dates11003
Ref: #smart-dates11146
Node: Report start & end date12125
Ref: #report-start-end-date12297
Node: Report intervals13363
Ref: #report-intervals13528
Node: Period expressions13929
Ref: #period-expressions14089
Node: Depth limiting16429
Ref: #depth-limiting16575
Node: Pivoting16917
Ref: #pivoting17037
Node: Cost18713
Ref: #cost18823
Node: Market value18941
Ref: #market-value19078
Node: Regular expressions20378
Ref: #regular-expressions20516
Node: QUERIES21877
Ref: #queries21981
Node: COMMANDS25948
Ref: #commands26062
Node: accounts27045
Ref: #accounts27145
Node: activity28138
Ref: #activity28250
Node: add28609
Ref: #add28710
Node: balance31368
Ref: #balance31481
Node: Flat mode34638
Ref: #flat-mode34765
Node: Depth limited balance reports35185
Ref: #depth-limited-balance-reports35388
Node: Multicolumn balance reports35808
Ref: #multicolumn-balance-reports36019
Node: Custom balance output40667
Ref: #custom-balance-output40851
Node: Colour support42944
Ref: #colour-support43105
Node: Output destination43278
Ref: #output-destination43436
Node: CSV output43706
Ref: #csv-output43825
Node: balancesheet44222
Ref: #balancesheet44360
Node: balancesheetequity46328
Ref: #balancesheetequity46479
Node: cashflow47268
Ref: #cashflow47398
Node: check-dates49310
Ref: #check-dates49439
Node: check-dupes49556
Ref: #check-dupes49683
Node: equity49820
Ref: #equity49932
Node: help50095
Ref: #help50198
Node: import51272
Ref: #import51388
Node: incomestatement51783
Ref: #incomestatement51919
Node: prices53872
Ref: #prices53989
Node: print54032
Ref: #print54144
Node: print-unique58990
Ref: #print-unique59118
Node: register59186
Ref: #register59315
Node: Custom register output63816
Ref: #custom-register-output63947
Node: register-match65244
Ref: #register-match65380
Node: rewrite65563
Ref: #rewrite65682
Node: stats65751
Ref: #stats65856
Node: tags66737
Ref: #tags66837
Node: test66869
Ref: #test66955
Node: ADD-ON COMMANDS67323
Ref: #add-on-commands67435
Node: Official add-ons68722
Ref: #official-add-ons68864
Node: api68951
Ref: #api69042
Node: ui69094
Ref: #ui69195
Node: web69253
Ref: #web69344
Node: Third party add-ons69390
Ref: #third-party-add-ons69567
Node: diff69702
Ref: #diff69801
Node: iadd69900
Ref: #iadd70016
Node: interest70099
Ref: #interest70222
Node: irr70317
Ref: #irr70417
Node: Experimental add-ons70495
Ref: #experimental-add-ons70649
Node: autosync70940
Ref: #autosync71054
Node: budget71293
Ref: #budget71417
Node: chart71483
Ref: #chart71602
Node: check71673
Ref: #check71777

End Tag Table

View File

@ -204,7 +204,8 @@ OPTIONS
(using the most recent applicable market price, if any)
A @FILE argument will be expanded to the contents of FILE, which should
contain one command line option/argument per line.
contain one command line option/argument per line. (To prevent this,
insert a -- argument before.)
When multiple similar reporting options are provided, the last one
takes precedence. Eg --depth 3 --depth 1 is equivalent to --depth 1.
@ -405,7 +406,6 @@ OPTIONS
earliest or latest transaction in your journal:
-p "from 2009/1/1" everything after january
1, 2009
-p "from 2009/1" the same