import: doc: update builtin manuals

[ci skip]
This commit is contained in:
Simon Michael 2017-10-02 17:56:13 -10:00
parent 376cfe352c
commit e658c301e2
3 changed files with 163 additions and 159 deletions

View File

@ -1990,12 +1990,14 @@ just show the transactions to be imported
.RS .RS
.RE .RE
.PP .PP
Input files are provided as arguments, or glob patterns. The input files are specified as arguments \- no need to write \-f
So eg to add new transactions from all CSV files to the main journal: before each one.
hledger import *.csv 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 .PP
New transactions are detected like print \-\-new (using .latest.FILE New transactions are detected in the same way as print \-\-new: by
state files). 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 .SS incomestatement
.PP .PP
Show an income statement. Show an income statement.

View File

@ -1598,12 +1598,13 @@ the main journal file.
just show the transactions to be imported just show the transactions to be imported
Input files are provided as arguments, or glob patterns. So eg to The input files are specified as arguments - no need to write -f
add new transactions from all CSV files to the main journal: hledger before each one. So eg to add new transactions from all CSV files to
import *.csv the main journal, it's just: 'hledger import *.csv'
New transactions are detected like print -new (using .latest.FILE New transactions are detected in the same way as print -new: by
state files). 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 File: hledger.1.info, Node: incomestatement, Next: prices, Prev: import, Up: COMMANDS
@ -2285,57 +2286,57 @@ Node: help50477
Ref: #help50580 Ref: #help50580
Node: import51654 Node: import51654
Ref: #import51770 Ref: #import51770
Node: incomestatement52165 Node: incomestatement52313
Ref: #incomestatement52301 Ref: #incomestatement52449
Node: prices54254 Node: prices54402
Ref: #prices54371 Ref: #prices54519
Node: print54414 Node: print54562
Ref: #print54526 Ref: #print54674
Node: print-unique59372 Node: print-unique59520
Ref: #print-unique59500 Ref: #print-unique59648
Node: register59568 Node: register59716
Ref: #register59697 Ref: #register59845
Node: Custom register output64198 Node: Custom register output64346
Ref: #custom-register-output64329 Ref: #custom-register-output64477
Node: register-match65626 Node: register-match65774
Ref: #register-match65762 Ref: #register-match65910
Node: rewrite65945 Node: rewrite66093
Ref: #rewrite66064 Ref: #rewrite66212
Node: stats66133 Node: stats66281
Ref: #stats66238 Ref: #stats66386
Node: tags67119 Node: tags67267
Ref: #tags67219 Ref: #tags67367
Node: test67251 Node: test67399
Ref: #test67337 Ref: #test67485
Node: ADD-ON COMMANDS67705 Node: ADD-ON COMMANDS67853
Ref: #add-on-commands67817 Ref: #add-on-commands67965
Node: Official add-ons69104 Node: Official add-ons69252
Ref: #official-add-ons69246 Ref: #official-add-ons69394
Node: api69333 Node: api69481
Ref: #api69424 Ref: #api69572
Node: ui69476 Node: ui69624
Ref: #ui69577 Ref: #ui69725
Node: web69635 Node: web69783
Ref: #web69726 Ref: #web69874
Node: Third party add-ons69772 Node: Third party add-ons69920
Ref: #third-party-add-ons69949 Ref: #third-party-add-ons70097
Node: diff70084 Node: diff70232
Ref: #diff70183 Ref: #diff70331
Node: iadd70282 Node: iadd70430
Ref: #iadd70398 Ref: #iadd70546
Node: interest70481 Node: interest70629
Ref: #interest70604 Ref: #interest70752
Node: irr70699 Node: irr70847
Ref: #irr70799 Ref: #irr70947
Node: Experimental add-ons70877 Node: Experimental add-ons71025
Ref: #experimental-add-ons71031 Ref: #experimental-add-ons71179
Node: autosync71322 Node: autosync71470
Ref: #autosync71436 Ref: #autosync71584
Node: budget71675 Node: budget71823
Ref: #budget71799 Ref: #budget71947
Node: chart71865 Node: chart72013
Ref: #chart71984 Ref: #chart72132
Node: check72055 Node: check72203
Ref: #check72159 Ref: #check72307
 
End Tag Table End Tag Table

View File

@ -1404,12 +1404,13 @@ COMMANDS
--dry-run --dry-run
just show the transactions to be imported just show the transactions to be imported
Input files are provided as arguments, or glob patterns. So eg to add The input files are specified as arguments - no need to write -f before
new transactions from all CSV files to the main journal: hledger import each one. So eg to add new transactions from all CSV files to the main
*.csv journal, it's just: hledger import *.csv
New transactions are detected like print --new (using .latest.FILE New transactions are detected in the same way as print --new: by assum-
state files). ing transactions are always added to the input files in increasing date
order, and by saving .latest.FILE state files.
incomestatement incomestatement
Show an income statement. Alias: is. Show an income statement. Alias: is.