import: doc: update builtin manuals
[ci skip]
This commit is contained in:
parent
376cfe352c
commit
e658c301e2
@ -1990,12 +1990,14 @@ just show the transactions to be imported
|
||||
.RS
|
||||
.RE
|
||||
.PP
|
||||
Input files are provided as arguments, or glob patterns.
|
||||
So eg to add new transactions from all CSV files to the main journal:
|
||||
hledger import *.csv
|
||||
The input files are specified as arguments \- no need to write \-f
|
||||
before each one.
|
||||
So eg to add new transactions from all CSV files to the main journal,
|
||||
it\[aq]s just: \f[C]hledger\ import\ *.csv\f[]
|
||||
.PP
|
||||
New transactions are detected like print \-\-new (using .latest.FILE
|
||||
state files).
|
||||
New transactions are detected in the same way as print \-\-new: by
|
||||
assuming transactions are always added to the input files in increasing
|
||||
date order, and by saving \f[C]\&.latest.FILE\f[] state files.
|
||||
.SS incomestatement
|
||||
.PP
|
||||
Show an income statement.
|
||||
|
||||
@ -1598,12 +1598,13 @@ the main journal file.
|
||||
|
||||
just show the transactions to be imported
|
||||
|
||||
Input files are provided as arguments, or glob patterns. So eg to
|
||||
add new transactions from all CSV files to the main journal: hledger
|
||||
import *.csv
|
||||
The input files are specified as arguments - no need to write -f
|
||||
before each one. So eg to add new transactions from all CSV files to
|
||||
the main journal, it's just: 'hledger import *.csv'
|
||||
|
||||
New transactions are detected like print -new (using .latest.FILE
|
||||
state files).
|
||||
New transactions are detected in the same way as print -new: by
|
||||
assuming transactions are always added to the input files in increasing
|
||||
date order, and by saving '.latest.FILE' state files.
|
||||
|
||||
|
||||
File: hledger.1.info, Node: incomestatement, Next: prices, Prev: import, Up: COMMANDS
|
||||
@ -2285,57 +2286,57 @@ Node: help50477
|
||||
Ref: #help50580
|
||||
Node: import51654
|
||||
Ref: #import51770
|
||||
Node: incomestatement52165
|
||||
Ref: #incomestatement52301
|
||||
Node: prices54254
|
||||
Ref: #prices54371
|
||||
Node: print54414
|
||||
Ref: #print54526
|
||||
Node: print-unique59372
|
||||
Ref: #print-unique59500
|
||||
Node: register59568
|
||||
Ref: #register59697
|
||||
Node: Custom register output64198
|
||||
Ref: #custom-register-output64329
|
||||
Node: register-match65626
|
||||
Ref: #register-match65762
|
||||
Node: rewrite65945
|
||||
Ref: #rewrite66064
|
||||
Node: stats66133
|
||||
Ref: #stats66238
|
||||
Node: tags67119
|
||||
Ref: #tags67219
|
||||
Node: test67251
|
||||
Ref: #test67337
|
||||
Node: ADD-ON COMMANDS67705
|
||||
Ref: #add-on-commands67817
|
||||
Node: Official add-ons69104
|
||||
Ref: #official-add-ons69246
|
||||
Node: api69333
|
||||
Ref: #api69424
|
||||
Node: ui69476
|
||||
Ref: #ui69577
|
||||
Node: web69635
|
||||
Ref: #web69726
|
||||
Node: Third party add-ons69772
|
||||
Ref: #third-party-add-ons69949
|
||||
Node: diff70084
|
||||
Ref: #diff70183
|
||||
Node: iadd70282
|
||||
Ref: #iadd70398
|
||||
Node: interest70481
|
||||
Ref: #interest70604
|
||||
Node: irr70699
|
||||
Ref: #irr70799
|
||||
Node: Experimental add-ons70877
|
||||
Ref: #experimental-add-ons71031
|
||||
Node: autosync71322
|
||||
Ref: #autosync71436
|
||||
Node: budget71675
|
||||
Ref: #budget71799
|
||||
Node: chart71865
|
||||
Ref: #chart71984
|
||||
Node: check72055
|
||||
Ref: #check72159
|
||||
Node: incomestatement52313
|
||||
Ref: #incomestatement52449
|
||||
Node: prices54402
|
||||
Ref: #prices54519
|
||||
Node: print54562
|
||||
Ref: #print54674
|
||||
Node: print-unique59520
|
||||
Ref: #print-unique59648
|
||||
Node: register59716
|
||||
Ref: #register59845
|
||||
Node: Custom register output64346
|
||||
Ref: #custom-register-output64477
|
||||
Node: register-match65774
|
||||
Ref: #register-match65910
|
||||
Node: rewrite66093
|
||||
Ref: #rewrite66212
|
||||
Node: stats66281
|
||||
Ref: #stats66386
|
||||
Node: tags67267
|
||||
Ref: #tags67367
|
||||
Node: test67399
|
||||
Ref: #test67485
|
||||
Node: ADD-ON COMMANDS67853
|
||||
Ref: #add-on-commands67965
|
||||
Node: Official add-ons69252
|
||||
Ref: #official-add-ons69394
|
||||
Node: api69481
|
||||
Ref: #api69572
|
||||
Node: ui69624
|
||||
Ref: #ui69725
|
||||
Node: web69783
|
||||
Ref: #web69874
|
||||
Node: Third party add-ons69920
|
||||
Ref: #third-party-add-ons70097
|
||||
Node: diff70232
|
||||
Ref: #diff70331
|
||||
Node: iadd70430
|
||||
Ref: #iadd70546
|
||||
Node: interest70629
|
||||
Ref: #interest70752
|
||||
Node: irr70847
|
||||
Ref: #irr70947
|
||||
Node: Experimental add-ons71025
|
||||
Ref: #experimental-add-ons71179
|
||||
Node: autosync71470
|
||||
Ref: #autosync71584
|
||||
Node: budget71823
|
||||
Ref: #budget71947
|
||||
Node: chart72013
|
||||
Ref: #chart72132
|
||||
Node: check72203
|
||||
Ref: #check72307
|
||||
|
||||
End Tag Table
|
||||
|
||||
@ -1404,12 +1404,13 @@ COMMANDS
|
||||
--dry-run
|
||||
just show the transactions to be imported
|
||||
|
||||
Input files are provided as arguments, or glob patterns. So eg to add
|
||||
new transactions from all CSV files to the main journal: hledger import
|
||||
*.csv
|
||||
The input files are specified as arguments - no need to write -f before
|
||||
each one. So eg to add new transactions from all CSV files to the main
|
||||
journal, it's just: hledger import *.csv
|
||||
|
||||
New transactions are detected like print --new (using .latest.FILE
|
||||
state files).
|
||||
New transactions are detected in the same way as print --new: by assum-
|
||||
ing transactions are always added to the input files in increasing date
|
||||
order, and by saving .latest.FILE state files.
|
||||
|
||||
incomestatement
|
||||
Show an income statement. Alias: is.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user