update embedded manuals

This commit is contained in:
Simon Michael 2017-10-17 07:08:20 -07:00
parent 24d8336728
commit da1cf3b72d
3 changed files with 140 additions and 111 deletions

View File

@ -1998,6 +1998,15 @@ it\[aq]s just: \f[C]hledger\ import\ *.csv\f[]
New transactions are detected in the same way as print \-\-new: by New transactions are detected in the same way as print \-\-new: by
assuming transactions are always added to the input files in increasing assuming transactions are always added to the input files in increasing
date order, and by saving \f[C]\&.latest.FILE\f[] state files. date order, and by saving \f[C]\&.latest.FILE\f[] state files.
.PP
The \-\-dry\-run output is in journal format, so you can filter it, eg
to see only uncategorised transactions:
.IP
.nf
\f[C]
$\ hledger\ import\ \-\-dry\ ...\ |\ hledger\ \-f\-\ print\ unknown\ \-\-ignore\-assertions
\f[]
.fi
.SS incomestatement .SS incomestatement
.PP .PP
Show an income statement. Show an income statement.
@ -2470,7 +2479,11 @@ The stats command also supports \f[C]\-o/\-\-output\-file\f[] for
controlling output destination. controlling output destination.
.SS tags .SS tags
.PP .PP
List all the tag names in use. List all the tag names used in the journal.
With a TAGREGEX argument, only tag names matching the regular expression
(case insensitive) are shown.
With additional QUERY arguments, only transactions matching the query
are considered.
.SS test .SS test
.PP .PP
Run built\-in unit tests. Run built\-in unit tests.

View File

@ -1606,6 +1606,11 @@ the main journal, it's just: 'hledger import *.csv'
assuming transactions are always added to the input files in increasing assuming transactions are always added to the input files in increasing
date order, and by saving '.latest.FILE' state files. date order, and by saving '.latest.FILE' state files.
The -dry-run output is in journal format, so you can filter it, eg to
see only uncategorised transactions:
$ hledger import --dry ... | hledger -f- print unknown --ignore-assertions
 
File: hledger.1.info, Node: incomestatement, Next: prices, Prev: import, Up: COMMANDS File: hledger.1.info, Node: incomestatement, Next: prices, Prev: import, Up: COMMANDS
@ -2011,7 +2016,10 @@ File: hledger.1.info, Node: tags, Next: test, Prev: stats, Up: COMMANDS
4.21 tags 4.21 tags
========= =========
List all the tag names in use. List all the tag names used in the journal. With a TAGREGEX argument,
only tag names matching the regular expression (case insensitive) are
shown. With additional QUERY arguments, only transactions matching the
query are considered.
 
File: hledger.1.info, Node: test, Prev: tags, Up: COMMANDS File: hledger.1.info, Node: test, Prev: tags, Up: COMMANDS
@ -2286,57 +2294,57 @@ Node: help50477
Ref: #help50580 Ref: #help50580
Node: import51654 Node: import51654
Ref: #import51770 Ref: #import51770
Node: incomestatement52313 Node: incomestatement52500
Ref: #incomestatement52449 Ref: #incomestatement52636
Node: prices54402 Node: prices54589
Ref: #prices54519 Ref: #prices54706
Node: print54562 Node: print54749
Ref: #print54674 Ref: #print54861
Node: print-unique59520 Node: print-unique59707
Ref: #print-unique59648 Ref: #print-unique59835
Node: register59716 Node: register59903
Ref: #register59845 Ref: #register60032
Node: Custom register output64346 Node: Custom register output64533
Ref: #custom-register-output64477 Ref: #custom-register-output64664
Node: register-match65774 Node: register-match65961
Ref: #register-match65910 Ref: #register-match66097
Node: rewrite66093 Node: rewrite66280
Ref: #rewrite66212 Ref: #rewrite66399
Node: stats66281 Node: stats66468
Ref: #stats66386 Ref: #stats66573
Node: tags67267 Node: tags67454
Ref: #tags67367 Ref: #tags67554
Node: test67399 Node: test67790
Ref: #test67485 Ref: #test67876
Node: ADD-ON COMMANDS67853 Node: ADD-ON COMMANDS68244
Ref: #add-on-commands67965 Ref: #add-on-commands68356
Node: Official add-ons69252 Node: Official add-ons69643
Ref: #official-add-ons69394 Ref: #official-add-ons69785
Node: api69481 Node: api69872
Ref: #api69572 Ref: #api69963
Node: ui69624 Node: ui70015
Ref: #ui69725 Ref: #ui70116
Node: web69783 Node: web70174
Ref: #web69874 Ref: #web70265
Node: Third party add-ons69920 Node: Third party add-ons70311
Ref: #third-party-add-ons70097 Ref: #third-party-add-ons70488
Node: diff70232 Node: diff70623
Ref: #diff70331 Ref: #diff70722
Node: iadd70430 Node: iadd70821
Ref: #iadd70546 Ref: #iadd70937
Node: interest70629 Node: interest71020
Ref: #interest70752 Ref: #interest71143
Node: irr70847 Node: irr71238
Ref: #irr70947 Ref: #irr71338
Node: Experimental add-ons71025 Node: Experimental add-ons71416
Ref: #experimental-add-ons71179 Ref: #experimental-add-ons71570
Node: autosync71470 Node: autosync71861
Ref: #autosync71584 Ref: #autosync71975
Node: budget71823 Node: budget72214
Ref: #budget71947 Ref: #budget72338
Node: chart72013 Node: chart72404
Ref: #chart72132 Ref: #chart72523
Node: check72203 Node: check72594
Ref: #check72307 Ref: #check72698
 
End Tag Table End Tag Table

View File

@ -1412,6 +1412,11 @@ COMMANDS
ing transactions are always added to the input files in increasing date ing transactions are always added to the input files in increasing date
order, and by saving .latest.FILE state files. order, and by saving .latest.FILE state files.
The --dry-run output is in journal format, so you can filter it, eg to
see only uncategorised transactions:
$ hledger import --dry ... | hledger -f- print unknown --ignore-assertions
incomestatement incomestatement
Show an income statement. Alias: is. Show an income statement. Alias: is.
@ -1758,7 +1763,10 @@ COMMANDS
destination. destination.
tags tags
List all the tag names in use. List all the tag names used in the journal. With a TAGREGEX argument,
only tag names matching the regular expression (case insensitive) are
shown. With additional QUERY arguments, only transactions matching the
query are considered.
test test
Run built-in unit tests. Run built-in unit tests.