doc: update generated manuals
This commit is contained in:
parent
1953748972
commit
9ccd4e226f
@ -91,8 +91,8 @@ show version
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[C]\-\-debug=N\f[]
|
||||
show debug output if N is 1\-9 (default: 0)
|
||||
.B \f[C]\-\-debug[=N]\f[]
|
||||
show debug output (levels 1\-9, default: 1)
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
@ -112,7 +112,7 @@ display accounts named OLD as NEW
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[C]\-\-ignore\-assertions\f[]
|
||||
.B \f[C]\-I\ \-\-ignore\-assertions\f[]
|
||||
ignore any failing balance assertions in the journal
|
||||
.RS
|
||||
.RE
|
||||
|
||||
@ -65,8 +65,8 @@ before options as shown above.
|
||||
`--version'
|
||||
show version
|
||||
|
||||
`--debug=N'
|
||||
show debug output if N is 1-9 (default: 0)
|
||||
`--debug[=N]'
|
||||
show debug output (levels 1-9, default: 1)
|
||||
|
||||
`-f FILE --file=FILE'
|
||||
use a different input file. For stdin, use -
|
||||
@ -77,7 +77,7 @@ before options as shown above.
|
||||
`--alias=OLD=NEW'
|
||||
display accounts named OLD as NEW
|
||||
|
||||
`--ignore-assertions'
|
||||
`-I --ignore-assertions'
|
||||
ignore any failing balance assertions in the journal
|
||||
|
||||
|
||||
|
||||
@ -62,8 +62,8 @@ OPTIONS
|
||||
--version
|
||||
show version
|
||||
|
||||
--debug=N
|
||||
show debug output if N is 1-9 (default: 0)
|
||||
--debug[=N]
|
||||
show debug output (levels 1-9, default: 1)
|
||||
|
||||
-f FILE --file=FILE
|
||||
use a different input file. For stdin, use -
|
||||
@ -75,7 +75,7 @@ OPTIONS
|
||||
--alias=OLD=NEW
|
||||
display accounts named OLD as NEW
|
||||
|
||||
--ignore-assertions
|
||||
-I --ignore-assertions
|
||||
ignore any failing balance assertions in the journal
|
||||
|
||||
ENVIRONMENT
|
||||
|
||||
@ -93,8 +93,8 @@ show version
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[C]\-\-debug=N\f[]
|
||||
show debug output if N is 1\-9 (default: 0)
|
||||
.B \f[C]\-\-debug[=N]\f[]
|
||||
show debug output (levels 1\-9, default: 1)
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
@ -114,7 +114,7 @@ display accounts named OLD as NEW
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[C]\-\-ignore\-assertions\f[]
|
||||
.B \f[C]\-I\ \-\-ignore\-assertions\f[]
|
||||
ignore any failing balance assertions in the journal
|
||||
.RS
|
||||
.RE
|
||||
@ -228,6 +228,9 @@ deeper, \f[C]left\f[] returns to the previous screen,
|
||||
move up and down through lists.
|
||||
Vi\-style \f[C]h\f[]/\f[C]j\f[]/\f[C]k\f[]/\f[C]l\f[] movement keys are
|
||||
also supported.
|
||||
A tip: movement speed is limited by your keyboard repeat rate, to move
|
||||
faster you may want to adjust that.
|
||||
(On a mac, the Karabiner app is one way to do that).
|
||||
.PP
|
||||
\f[C]/\f[] lets you set or change the filter query, which limits the
|
||||
data shown on most screens (in addition to the quick filters described
|
||||
@ -246,6 +249,10 @@ Or, it cancels a minibuffer edit or help dialog if one is active.
|
||||
and any previous screens.
|
||||
(With large files, there can be a noticeable pause.)
|
||||
.PP
|
||||
\f[C]I\f[] toggles balance assertion checking.
|
||||
Disabling balance assertions temporarily can be useful for
|
||||
troubleshooting.
|
||||
.PP
|
||||
\f[C]a\f[] runs command\-line hledger\[aq]s add command, and reloads the
|
||||
updated file.
|
||||
This allows some basic data entry.
|
||||
|
||||
@ -71,8 +71,8 @@ the data.
|
||||
`--version'
|
||||
show version
|
||||
|
||||
`--debug=N'
|
||||
show debug output if N is 1-9 (default: 0)
|
||||
`--debug[=N]'
|
||||
show debug output (levels 1-9, default: 1)
|
||||
|
||||
`-f FILE --file=FILE'
|
||||
use a different input file. For stdin, use -
|
||||
@ -83,7 +83,7 @@ the data.
|
||||
`--alias=OLD=NEW'
|
||||
display accounts named OLD as NEW
|
||||
|
||||
`--ignore-assertions'
|
||||
`-I --ignore-assertions'
|
||||
ignore any failing balance assertions in the journal
|
||||
|
||||
hledger reporting options:
|
||||
@ -159,7 +159,9 @@ again (or `ESCAPE', or `LEFT') to close it.
|
||||
The cursor keys navigate: `right' (or `enter') goes deeper, `left'
|
||||
returns to the previous screen, `up'/`down'/`page up'/`page
|
||||
down'/`home'/`end' move up and down through lists. Vi-style
|
||||
`h'/`j'/`k'/`l' movement keys are also supported.
|
||||
`h'/`j'/`k'/`l' movement keys are also supported. A tip: movement speed
|
||||
is limited by your keyboard repeat rate, to move faster you may want to
|
||||
adjust that. (On a mac, the Karabiner app is one way to do that).
|
||||
|
||||
`/' lets you set or change the filter query, which limits the data
|
||||
shown on most screens (in addition to the quick filters described
|
||||
@ -177,6 +179,9 @@ active.
|
||||
any previous screens. (With large files, there can be a noticeable
|
||||
pause.)
|
||||
|
||||
`I' toggles balance assertion checking. Disabling balance assertions
|
||||
temporarily can be useful for troubleshooting.
|
||||
|
||||
`a' runs command-line hledger's add command, and reloads the updated
|
||||
file. This allows some basic data entry.
|
||||
|
||||
@ -333,17 +338,17 @@ Tag Table:
|
||||
Node: Top88
|
||||
Node: OPTIONS825
|
||||
Ref: #options924
|
||||
Node: KEYS3800
|
||||
Ref: #keys3897
|
||||
Node: SCREENS5506
|
||||
Ref: #screens5593
|
||||
Node: Accounts screen5683
|
||||
Ref: #accounts-screen5813
|
||||
Node: Register screen7118
|
||||
Ref: #register-screen7275
|
||||
Node: Transaction screen9096
|
||||
Ref: #transaction-screen9256
|
||||
Node: Error screen10123
|
||||
Ref: #error-screen10247
|
||||
Node: KEYS3805
|
||||
Ref: #keys3902
|
||||
Node: SCREENS5791
|
||||
Ref: #screens5878
|
||||
Node: Accounts screen5968
|
||||
Ref: #accounts-screen6098
|
||||
Node: Register screen7403
|
||||
Ref: #register-screen7560
|
||||
Node: Transaction screen9381
|
||||
Ref: #transaction-screen9541
|
||||
Node: Error screen10408
|
||||
Ref: #error-screen10532
|
||||
|
||||
End Tag Table
|
||||
|
||||
@ -64,8 +64,8 @@ OPTIONS
|
||||
--version
|
||||
show version
|
||||
|
||||
--debug=N
|
||||
show debug output if N is 1-9 (default: 0)
|
||||
--debug[=N]
|
||||
show debug output (levels 1-9, default: 1)
|
||||
|
||||
-f FILE --file=FILE
|
||||
use a different input file. For stdin, use -
|
||||
@ -77,7 +77,7 @@ OPTIONS
|
||||
--alias=OLD=NEW
|
||||
display accounts named OLD as NEW
|
||||
|
||||
--ignore-assertions
|
||||
-I --ignore-assertions
|
||||
ignore any failing balance assertions in the journal
|
||||
|
||||
hledger reporting options:
|
||||
@ -148,6 +148,9 @@ KEYS
|
||||
The cursor keys navigate: right (or enter) goes deeper, left returns to
|
||||
the previous screen, up/down/page up/page down/home/end move up and
|
||||
down through lists. Vi-style h/j/k/l movement keys are also supported.
|
||||
A tip: movement speed is limited by your keyboard repeat rate, to move
|
||||
faster you may want to adjust that. (On a mac, the Karabiner app is
|
||||
one way to do that).
|
||||
|
||||
/ lets you set or change the filter query, which limits the data shown
|
||||
on most screens (in addition to the quick filters described below).
|
||||
@ -164,6 +167,9 @@ KEYS
|
||||
g reloads from the data file(s) and updates the current screen and any
|
||||
previous screens. (With large files, there can be a noticeable pause.)
|
||||
|
||||
I toggles balance assertion checking. Disabling balance assertions
|
||||
temporarily can be useful for troubleshooting.
|
||||
|
||||
a runs command-line hledger's add command, and reloads the updated
|
||||
file. This allows some basic data entry.
|
||||
|
||||
|
||||
@ -144,8 +144,8 @@ show version
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[C]\-\-debug=N\f[]
|
||||
show debug output if N is 1\-9 (default: 0)
|
||||
.B \f[C]\-\-debug[=N]\f[]
|
||||
show debug output (levels 1\-9, default: 1)
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
@ -165,7 +165,7 @@ display accounts named OLD as NEW
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[C]\-\-ignore\-assertions\f[]
|
||||
.B \f[C]\-I\ \-\-ignore\-assertions\f[]
|
||||
ignore any failing balance assertions in the journal
|
||||
.RS
|
||||
.RE
|
||||
|
||||
@ -111,8 +111,8 @@ before options as shown above.
|
||||
`--version'
|
||||
show version
|
||||
|
||||
`--debug=N'
|
||||
show debug output if N is 1-9 (default: 0)
|
||||
`--debug[=N]'
|
||||
show debug output (levels 1-9, default: 1)
|
||||
|
||||
`-f FILE --file=FILE'
|
||||
use a different input file. For stdin, use -
|
||||
@ -123,7 +123,7 @@ before options as shown above.
|
||||
`--alias=OLD=NEW'
|
||||
display accounts named OLD as NEW
|
||||
|
||||
`--ignore-assertions'
|
||||
`-I --ignore-assertions'
|
||||
ignore any failing balance assertions in the journal
|
||||
|
||||
hledger reporting options:
|
||||
|
||||
@ -108,8 +108,8 @@ OPTIONS
|
||||
--version
|
||||
show version
|
||||
|
||||
--debug=N
|
||||
show debug output if N is 1-9 (default: 0)
|
||||
--debug[=N]
|
||||
show debug output (levels 1-9, default: 1)
|
||||
|
||||
-f FILE --file=FILE
|
||||
use a different input file. For stdin, use -
|
||||
@ -121,7 +121,7 @@ OPTIONS
|
||||
--alias=OLD=NEW
|
||||
display accounts named OLD as NEW
|
||||
|
||||
--ignore-assertions
|
||||
-I --ignore-assertions
|
||||
ignore any failing balance assertions in the journal
|
||||
|
||||
hledger reporting options:
|
||||
|
||||
@ -235,7 +235,7 @@ if needed, also add a backslash to escape regexp metacharacters
|
||||
.IP \[bu] 2
|
||||
run add\-on executables directly
|
||||
.PP
|
||||
If you\[aq]re really curious, add \f[C]\-\-debug\ 2\f[] for
|
||||
If you\[aq]re really curious, add \f[C]\-\-debug=2\f[] for
|
||||
troubleshooting.
|
||||
.PP
|
||||
\f[B]General options:\f[]
|
||||
@ -266,8 +266,8 @@ show version
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[C]\-\-debug=N\f[]
|
||||
show debug output if N is 1\-9 (default: 0)
|
||||
.B \f[C]\-\-debug[=N]\f[]
|
||||
show debug output (levels 1\-9, default: 1)
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
@ -287,7 +287,7 @@ display accounts named OLD as NEW
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[C]\-\-ignore\-assertions\f[]
|
||||
.B \f[C]\-I\ \-\-ignore\-assertions\f[]
|
||||
ignore any failing balance assertions in the journal
|
||||
.RS
|
||||
.RE
|
||||
|
||||
@ -193,7 +193,7 @@ cur:\\\\$'.
|
||||
|
||||
* run add-on executables directly
|
||||
|
||||
If you're really curious, add `--debug 2' for troubleshooting.
|
||||
If you're really curious, add `--debug=2' for troubleshooting.
|
||||
|
||||
*General options:*
|
||||
|
||||
@ -213,8 +213,8 @@ cur:\\\\$'.
|
||||
`--version'
|
||||
show version
|
||||
|
||||
`--debug=N'
|
||||
show debug output if N is 1-9 (default: 0)
|
||||
`--debug[=N]'
|
||||
show debug output (levels 1-9, default: 1)
|
||||
|
||||
`-f FILE --file=FILE'
|
||||
use a different input file. For stdin, use -
|
||||
@ -225,7 +225,7 @@ cur:\\\\$'.
|
||||
`--alias=OLD=NEW'
|
||||
display accounts named OLD as NEW
|
||||
|
||||
`--ignore-assertions'
|
||||
`-I --ignore-assertions'
|
||||
ignore any failing balance assertions in the journal
|
||||
|
||||
*Common reporting options:*
|
||||
@ -2079,95 +2079,95 @@ Node: EXAMPLES1875
|
||||
Ref: #examples1977
|
||||
Node: OPTIONS3981
|
||||
Ref: #options4085
|
||||
Node: Multiple files8956
|
||||
Ref: #multiple-files9081
|
||||
Node: Repeated options9346
|
||||
Ref: #repeated-options9498
|
||||
Node: Depth limiting9618
|
||||
Ref: #depth-limiting9763
|
||||
Node: Smart dates9964
|
||||
Ref: #smart-dates10105
|
||||
Node: Reporting interval11102
|
||||
Ref: #reporting-interval11261
|
||||
Node: Period expressions11604
|
||||
Ref: #period-expressions11771
|
||||
Node: Regular Expressions13817
|
||||
Ref: #regular-expressions13959
|
||||
Node: QUERIES15442
|
||||
Ref: #queries15546
|
||||
Node: COMMANDS18848
|
||||
Ref: #commands18962
|
||||
Node: accounts19635
|
||||
Ref: #accounts19735
|
||||
Node: activity20717
|
||||
Ref: #activity20829
|
||||
Node: add21188
|
||||
Ref: #add21289
|
||||
Node: balance23948
|
||||
Ref: #balance24061
|
||||
Node: Flat mode26777
|
||||
Ref: #flat-mode26904
|
||||
Node: Depth limited balance reports27323
|
||||
Ref: #depth-limited-balance-reports27526
|
||||
Node: Multicolumn balance reports27947
|
||||
Ref: #multicolumn-balance-reports28149
|
||||
Node: Market value32798
|
||||
Ref: #market-value32962
|
||||
Node: Custom balance output33455
|
||||
Ref: #custom-balance-output33628
|
||||
Node: Output destination35732
|
||||
Ref: #output-destination35897
|
||||
Node: CSV output36167
|
||||
Ref: #csv-output36286
|
||||
Node: balancesheet36683
|
||||
Ref: #balancesheet36811
|
||||
Node: cashflow37463
|
||||
Ref: #cashflow37580
|
||||
Node: help38270
|
||||
Ref: #help38382
|
||||
Node: incomestatement39219
|
||||
Ref: #incomestatement39349
|
||||
Node: info40076
|
||||
Ref: #info40183
|
||||
Node: man40545
|
||||
Ref: #man40642
|
||||
Node: print41045
|
||||
Ref: #print41150
|
||||
Node: register42501
|
||||
Ref: #register42614
|
||||
Node: Custom register output46955
|
||||
Ref: #custom-register-output47086
|
||||
Node: stats48383
|
||||
Ref: #stats48489
|
||||
Node: test49370
|
||||
Ref: #test49457
|
||||
Node: ADD-ON COMMANDS49824
|
||||
Ref: #add-on-commands49960
|
||||
Node: api51248
|
||||
Ref: #api51340
|
||||
Node: autosync51374
|
||||
Ref: #autosync51489
|
||||
Node: diff53804
|
||||
Ref: #diff53914
|
||||
Node: equity54578
|
||||
Ref: #equity54692
|
||||
Node: interest56020
|
||||
Ref: #interest56137
|
||||
Node: irr59221
|
||||
Ref: #irr59334
|
||||
Node: print-unique61709
|
||||
Ref: #print-unique61839
|
||||
Node: rewrite62097
|
||||
Ref: #rewrite62216
|
||||
Node: ui62745
|
||||
Ref: #ui62845
|
||||
Node: web62886
|
||||
Ref: #web62974
|
||||
Node: TROUBLESHOOTING63007
|
||||
Ref: #troubleshooting63126
|
||||
Node: Run-time problems63180
|
||||
Ref: #run-time-problems63323
|
||||
Node: Known limitations65267
|
||||
Ref: #known-limitations65410
|
||||
Node: Multiple files8961
|
||||
Ref: #multiple-files9086
|
||||
Node: Repeated options9351
|
||||
Ref: #repeated-options9503
|
||||
Node: Depth limiting9623
|
||||
Ref: #depth-limiting9768
|
||||
Node: Smart dates9969
|
||||
Ref: #smart-dates10110
|
||||
Node: Reporting interval11107
|
||||
Ref: #reporting-interval11266
|
||||
Node: Period expressions11609
|
||||
Ref: #period-expressions11776
|
||||
Node: Regular Expressions13822
|
||||
Ref: #regular-expressions13964
|
||||
Node: QUERIES15447
|
||||
Ref: #queries15551
|
||||
Node: COMMANDS18853
|
||||
Ref: #commands18967
|
||||
Node: accounts19640
|
||||
Ref: #accounts19740
|
||||
Node: activity20722
|
||||
Ref: #activity20834
|
||||
Node: add21193
|
||||
Ref: #add21294
|
||||
Node: balance23953
|
||||
Ref: #balance24066
|
||||
Node: Flat mode26782
|
||||
Ref: #flat-mode26909
|
||||
Node: Depth limited balance reports27328
|
||||
Ref: #depth-limited-balance-reports27531
|
||||
Node: Multicolumn balance reports27952
|
||||
Ref: #multicolumn-balance-reports28154
|
||||
Node: Market value32803
|
||||
Ref: #market-value32967
|
||||
Node: Custom balance output33460
|
||||
Ref: #custom-balance-output33633
|
||||
Node: Output destination35737
|
||||
Ref: #output-destination35902
|
||||
Node: CSV output36172
|
||||
Ref: #csv-output36291
|
||||
Node: balancesheet36688
|
||||
Ref: #balancesheet36816
|
||||
Node: cashflow37468
|
||||
Ref: #cashflow37585
|
||||
Node: help38275
|
||||
Ref: #help38387
|
||||
Node: incomestatement39224
|
||||
Ref: #incomestatement39354
|
||||
Node: info40081
|
||||
Ref: #info40188
|
||||
Node: man40550
|
||||
Ref: #man40647
|
||||
Node: print41050
|
||||
Ref: #print41155
|
||||
Node: register42506
|
||||
Ref: #register42619
|
||||
Node: Custom register output46960
|
||||
Ref: #custom-register-output47091
|
||||
Node: stats48388
|
||||
Ref: #stats48494
|
||||
Node: test49375
|
||||
Ref: #test49462
|
||||
Node: ADD-ON COMMANDS49829
|
||||
Ref: #add-on-commands49965
|
||||
Node: api51253
|
||||
Ref: #api51345
|
||||
Node: autosync51379
|
||||
Ref: #autosync51494
|
||||
Node: diff53809
|
||||
Ref: #diff53919
|
||||
Node: equity54583
|
||||
Ref: #equity54697
|
||||
Node: interest56025
|
||||
Ref: #interest56142
|
||||
Node: irr59226
|
||||
Ref: #irr59339
|
||||
Node: print-unique61714
|
||||
Ref: #print-unique61844
|
||||
Node: rewrite62102
|
||||
Ref: #rewrite62221
|
||||
Node: ui62750
|
||||
Ref: #ui62850
|
||||
Node: web62891
|
||||
Ref: #web62979
|
||||
Node: TROUBLESHOOTING63012
|
||||
Ref: #troubleshooting63131
|
||||
Node: Run-time problems63185
|
||||
Ref: #run-time-problems63328
|
||||
Node: Known limitations65272
|
||||
Ref: #known-limitations65415
|
||||
|
||||
End Tag Table
|
||||
|
||||
@ -175,7 +175,7 @@ OPTIONS
|
||||
|
||||
o run add-on executables directly
|
||||
|
||||
If you're really curious, add --debug 2 for troubleshooting.
|
||||
If you're really curious, add --debug=2 for troubleshooting.
|
||||
|
||||
General options:
|
||||
|
||||
@ -191,8 +191,8 @@ OPTIONS
|
||||
--version
|
||||
show version
|
||||
|
||||
--debug=N
|
||||
show debug output if N is 1-9 (default: 0)
|
||||
--debug[=N]
|
||||
show debug output (levels 1-9, default: 1)
|
||||
|
||||
-f FILE --file=FILE
|
||||
use a different input file. For stdin, use -
|
||||
@ -204,7 +204,7 @@ OPTIONS
|
||||
--alias=OLD=NEW
|
||||
display accounts named OLD as NEW
|
||||
|
||||
--ignore-assertions
|
||||
-I --ignore-assertions
|
||||
ignore any failing balance assertions in the journal
|
||||
|
||||
Common reporting options:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user