;doc: regen manuals
[ci skip]
This commit is contained in:
parent
cfc00070a1
commit
445adbe9d1
@ -88,8 +88,9 @@ ignored.
|
|||||||
.PP
|
.PP
|
||||||
\f[C]skip\f[R]\f[I]\f[CI]N\f[I]\f[R]
|
\f[C]skip\f[R]\f[I]\f[CI]N\f[I]\f[R]
|
||||||
.PP
|
.PP
|
||||||
Skip this number of CSV records at the beginning.
|
Skip this many non-empty lines preceding the CSV data.
|
||||||
You\[aq]ll need this whenever your CSV data contains header lines.
|
(Empty/blank lines are skipped automatically.) You\[aq]ll need this
|
||||||
|
whenever your CSV data contains header lines.
|
||||||
Eg:
|
Eg:
|
||||||
.IP
|
.IP
|
||||||
.nf
|
.nf
|
||||||
|
|||||||
@ -96,8 +96,9 @@ File: hledger_csv.info, Node: skip, Next: date-format, Up: CSV RULES
|
|||||||
|
|
||||||
'skip'_'N'_
|
'skip'_'N'_
|
||||||
|
|
||||||
Skip this number of CSV records at the beginning. You'll need this
|
Skip this many non-empty lines preceding the CSV data. (Empty/blank
|
||||||
whenever your CSV data contains header lines. Eg:
|
lines are skipped automatically.) You'll need this whenever your CSV
|
||||||
|
data contains header lines. Eg:
|
||||||
|
|
||||||
# ignore the first CSV line
|
# ignore the first CSV line
|
||||||
skip 1
|
skip 1
|
||||||
@ -354,31 +355,31 @@ Node: CSV RULES2167
|
|||||||
Ref: #csv-rules2275
|
Ref: #csv-rules2275
|
||||||
Node: skip2538
|
Node: skip2538
|
||||||
Ref: #skip2632
|
Ref: #skip2632
|
||||||
Node: date-format2804
|
Node: date-format2857
|
||||||
Ref: #date-format2931
|
Ref: #date-format2984
|
||||||
Node: field list3481
|
Node: field list3534
|
||||||
Ref: #field-list3618
|
Ref: #field-list3671
|
||||||
Node: field assignment4348
|
Node: field assignment4401
|
||||||
Ref: #field-assignment4503
|
Ref: #field-assignment4556
|
||||||
Node: conditional block5127
|
Node: conditional block5180
|
||||||
Ref: #conditional-block5281
|
Ref: #conditional-block5334
|
||||||
Node: include6177
|
Node: include6230
|
||||||
Ref: #include6307
|
Ref: #include6360
|
||||||
Node: newest-first6538
|
Node: newest-first6591
|
||||||
Ref: #newest-first6652
|
Ref: #newest-first6705
|
||||||
Node: CSV TIPS7063
|
Node: CSV TIPS7116
|
||||||
Ref: #csv-tips7157
|
Ref: #csv-tips7210
|
||||||
Node: CSV ordering7301
|
Node: CSV ordering7354
|
||||||
Ref: #csv-ordering7419
|
Ref: #csv-ordering7472
|
||||||
Node: CSV accounts7600
|
Node: CSV accounts7653
|
||||||
Ref: #csv-accounts7738
|
Ref: #csv-accounts7791
|
||||||
Node: CSV amounts7992
|
Node: CSV amounts8045
|
||||||
Ref: #csv-amounts8150
|
Ref: #csv-amounts8203
|
||||||
Node: CSV balance assertions/assignments9230
|
Node: CSV balance assertions/assignments9283
|
||||||
Ref: #csv-balance-assertionsassignments9448
|
Ref: #csv-balance-assertionsassignments9501
|
||||||
Node: Reading multiple CSV files9769
|
Node: Reading multiple CSV files9822
|
||||||
Ref: #reading-multiple-csv-files9969
|
Ref: #reading-multiple-csv-files10022
|
||||||
Node: Valid CSV10243
|
Node: Valid CSV10296
|
||||||
Ref: #valid-csv10366
|
Ref: #valid-csv10419
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
|||||||
@ -74,8 +74,9 @@ CSV RULES
|
|||||||
skip
|
skip
|
||||||
skipN
|
skipN
|
||||||
|
|
||||||
Skip this number of CSV records at the beginning. You'll need this
|
Skip this many non-empty lines preceding the CSV data. (Empty/blank
|
||||||
whenever your CSV data contains header lines. Eg:
|
lines are skipped automatically.) You'll need this whenever your CSV
|
||||||
|
data contains header lines. Eg:
|
||||||
|
|
||||||
# ignore the first CSV line
|
# ignore the first CSV line
|
||||||
skip 1
|
skip 1
|
||||||
|
|||||||
@ -2,6 +2,7 @@ prices
|
|||||||
Print market price directives from the journal. With --costs, also print
|
Print market price directives from the journal. With --costs, also print
|
||||||
synthetic market prices based on transaction prices. With
|
synthetic market prices based on transaction prices. With
|
||||||
--inverted-costs, also print inverse prices based on transaction prices.
|
--inverted-costs, also print inverse prices based on transaction prices.
|
||||||
Prices (and postings providing prices) can be filtered by a query.
|
Prices (and postings providing prices) can be filtered by a query. Price
|
||||||
|
amounts are always displayed with their full precision.
|
||||||
|
|
||||||
_FLAGS_
|
_FLAGS_
|
||||||
|
|||||||
@ -2988,6 +2988,7 @@ prices.
|
|||||||
With --inverted-costs, also print inverse prices based on transaction
|
With --inverted-costs, also print inverse prices based on transaction
|
||||||
prices.
|
prices.
|
||||||
Prices (and postings providing prices) can be filtered by a query.
|
Prices (and postings providing prices) can be filtered by a query.
|
||||||
|
Price amounts are always displayed with their full precision.
|
||||||
.SS print
|
.SS print
|
||||||
.PP
|
.PP
|
||||||
print, txns, p
|
print, txns, p
|
||||||
|
|||||||
@ -2477,6 +2477,7 @@ Print market price directives from the journal. With -costs, also print
|
|||||||
synthetic market prices based on transaction prices. With
|
synthetic market prices based on transaction prices. With
|
||||||
-inverted-costs, also print inverse prices based on transaction prices.
|
-inverted-costs, also print inverse prices based on transaction prices.
|
||||||
Prices (and postings providing prices) can be filtered by a query.
|
Prices (and postings providing prices) can be filtered by a query.
|
||||||
|
Price amounts are always displayed with their full precision.
|
||||||
|
|
||||||
|
|
||||||
File: hledger.info, Node: print, Next: print-unique, Prev: prices, Up: COMMANDS
|
File: hledger.info, Node: print, Next: print-unique, Prev: prices, Up: COMMANDS
|
||||||
@ -3272,56 +3273,56 @@ Node: payees85096
|
|||||||
Ref: #payees85202
|
Ref: #payees85202
|
||||||
Node: prices85360
|
Node: prices85360
|
||||||
Ref: #prices85466
|
Ref: #prices85466
|
||||||
Node: print85745
|
Node: print85807
|
||||||
Ref: #print85855
|
Ref: #print85917
|
||||||
Node: print-unique90348
|
Node: print-unique90410
|
||||||
Ref: #print-unique90474
|
Ref: #print-unique90536
|
||||||
Node: register90759
|
Node: register90821
|
||||||
Ref: #register90886
|
Ref: #register90948
|
||||||
Node: Custom register output95058
|
Node: Custom register output95120
|
||||||
Ref: #custom-register-output95187
|
Ref: #custom-register-output95249
|
||||||
Node: register-match96449
|
Node: register-match96511
|
||||||
Ref: #register-match96583
|
Ref: #register-match96645
|
||||||
Node: rewrite96934
|
Node: rewrite96996
|
||||||
Ref: #rewrite97049
|
Ref: #rewrite97111
|
||||||
Node: Re-write rules in a file98904
|
Node: Re-write rules in a file98966
|
||||||
Ref: #re-write-rules-in-a-file99038
|
Ref: #re-write-rules-in-a-file99100
|
||||||
Node: Diff output format100248
|
Node: Diff output format100310
|
||||||
Ref: #diff-output-format100417
|
Ref: #diff-output-format100479
|
||||||
Node: rewrite vs print --auto101509
|
Node: rewrite vs print --auto101571
|
||||||
Ref: #rewrite-vs.-print---auto101688
|
Ref: #rewrite-vs.-print---auto101750
|
||||||
Node: roi102244
|
Node: roi102306
|
||||||
Ref: #roi102342
|
Ref: #roi102404
|
||||||
Node: stats103354
|
Node: stats103416
|
||||||
Ref: #stats103453
|
Ref: #stats103515
|
||||||
Node: tags104241
|
Node: tags104303
|
||||||
Ref: #tags104339
|
Ref: #tags104401
|
||||||
Node: test104633
|
Node: test104695
|
||||||
Ref: #test104717
|
Ref: #test104779
|
||||||
Node: ADD-ON COMMANDS105478
|
Node: ADD-ON COMMANDS105540
|
||||||
Ref: #add-on-commands105588
|
Ref: #add-on-commands105650
|
||||||
Node: Official add-ons106876
|
Node: Official add-ons106938
|
||||||
Ref: #official-add-ons107016
|
Ref: #official-add-ons107078
|
||||||
Node: ui107096
|
Node: ui107158
|
||||||
Ref: #ui107183
|
Ref: #ui107245
|
||||||
Node: web107237
|
Node: web107299
|
||||||
Ref: #web107326
|
Ref: #web107388
|
||||||
Node: Third party add-ons107372
|
Node: Third party add-ons107434
|
||||||
Ref: #third-party-add-ons107547
|
Ref: #third-party-add-ons107609
|
||||||
Ref: #diff-1107706
|
Ref: #diff-1107768
|
||||||
Node: iadd107805
|
Node: iadd107867
|
||||||
Ref: #iadd107915
|
Ref: #iadd107977
|
||||||
Node: interest107997
|
Node: interest108059
|
||||||
Ref: #interest108118
|
Ref: #interest108180
|
||||||
Node: irr108213
|
Node: irr108275
|
||||||
Ref: #irr108311
|
Ref: #irr108373
|
||||||
Node: Experimental add-ons108442
|
Node: Experimental add-ons108504
|
||||||
Ref: #experimental-add-ons108594
|
Ref: #experimental-add-ons108656
|
||||||
Node: autosync108842
|
Node: autosync108904
|
||||||
Ref: #autosync108953
|
Ref: #autosync109015
|
||||||
Node: chart109192
|
Node: chart109254
|
||||||
Ref: #chart109311
|
Ref: #chart109373
|
||||||
Node: check109382
|
Node: check109444
|
||||||
Ref: #check109484
|
Ref: #check109546
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
|||||||
@ -2161,6 +2161,7 @@ COMMANDS
|
|||||||
print synthetic market prices based on transaction prices. With --in-
|
print synthetic market prices based on transaction prices. With --in-
|
||||||
verted-costs, also print inverse prices based on transaction prices.
|
verted-costs, also print inverse prices based on transaction prices.
|
||||||
Prices (and postings providing prices) can be filtered by a query.
|
Prices (and postings providing prices) can be filtered by a query.
|
||||||
|
Price amounts are always displayed with their full precision.
|
||||||
|
|
||||||
print
|
print
|
||||||
print, txns, p
|
print, txns, p
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user