;doc: regen manuals

[ci skip]
This commit is contained in:
Simon Michael 2019-11-27 13:18:08 -08:00
parent 177e24c078
commit 4faefcfab2
6 changed files with 141 additions and 133 deletions

View File

@ -499,7 +499,7 @@ Or \f[C]amount-in\f[R] and \f[C]amount-out\f[R] with no N for posting 1.
For convenience and backwards compatibility, if you set the amount of
posting 1 only, a second posting with the negative amount will be
generated automatically.
(This also means you can\[aq]t generate a transaction with just one
(Unless the account name is parenthesised indicating an unbalanced
posting.)
.PP
If the CSV has the currency symbol in a separate field, you can use

View File

@ -458,8 +458,8 @@ with no N for posting 1.
For convenience and backwards compatibility, if you set the amount of
posting 1 only, a second posting with the negative amount will be
generated automatically. (This also means you can't generate a
transaction with just one posting.)
generated automatically. (Unless the account name is parenthesised
indicating an unbalanced posting.)
If the CSV has the currency symbol in a separate field, you can use
'currencyN' to prepend it to posting N's amount. 'currency' with no N
@ -908,37 +908,37 @@ Node: Transaction field names16428
Ref: #transaction-field-names16588
Node: Posting field names16699
Ref: #posting-field-names16851
Node: field assignment18080
Ref: #field-assignment18216
Node: if19034
Ref: #if19143
Node: end20859
Ref: #end20965
Node: date-format21189
Ref: #date-format21321
Node: newest-first22070
Ref: #newest-first22208
Node: include22891
Ref: #include22999
Node: TIPS23443
Ref: #tips23525
Node: Valid CSV23774
Ref: #valid-csv23893
Node: Other separator characters24085
Ref: #other-separator-characters24273
Node: Reading multiple CSV files24602
Ref: #reading-multiple-csv-files24799
Node: Valid transactions25040
Ref: #valid-transactions25218
Node: Deduplicating importing25846
Ref: #deduplicating-importing26025
Node: Setting amounts27058
Ref: #setting-amounts27227
Node: Setting currency/commodity28213
Ref: #setting-currencycommodity28405
Node: Referencing other fields29208
Ref: #referencing-other-fields29408
Node: How CSV rules are evaluated30305
Ref: #how-csv-rules-are-evaluated30476
Node: field assignment18083
Ref: #field-assignment18219
Node: if19037
Ref: #if19146
Node: end20862
Ref: #end20968
Node: date-format21192
Ref: #date-format21324
Node: newest-first22073
Ref: #newest-first22211
Node: include22894
Ref: #include23002
Node: TIPS23446
Ref: #tips23528
Node: Valid CSV23777
Ref: #valid-csv23896
Node: Other separator characters24088
Ref: #other-separator-characters24276
Node: Reading multiple CSV files24605
Ref: #reading-multiple-csv-files24802
Node: Valid transactions25043
Ref: #valid-transactions25221
Node: Deduplicating importing25849
Ref: #deduplicating-importing26028
Node: Setting amounts27061
Ref: #setting-amounts27230
Node: Setting currency/commodity28216
Ref: #setting-currencycommodity28408
Node: Referencing other fields29211
Ref: #referencing-other-fields29411
Node: How CSV rules are evaluated30308
Ref: #how-csv-rules-are-evaluated30479

End Tag Table

View File

@ -388,8 +388,8 @@ CSV RULES
For convenience and backwards compatibility, if you set the amount of
posting 1 only, a second posting with the negative amount will be gen-
erated automatically. (This also means you can't generate a transac-
tion with just one posting.)
erated automatically. (Unless the account name is parenthesised indi-
cating an unbalanced posting.)
If the CSV has the currency symbol in a separate field, you can use
currencyN to prepend it to posting N's amount. currency with no N af-

View File

@ -3595,22 +3595,28 @@ test
.PD
Run built-in unit tests.
.PP
This command runs the unit tests built in to hledger-lib and hledger,
printing test names and results on stdout.
This command runs the unit tests built in to hledger and hledger-lib,
printing the results on stdout.
If any test fails, the exit code will be non-zero.
.PP
Test names include a group prefix.
If a (exact, case sensitive) group prefix, or a full test name is
provided as the first argument, only that group or test is run.
This is mainly used by hledger developers, but you can also use it to
sanity-check the installed hledger executable on your platform.
All tests are expected to pass - if you ever see a failure, please
report as a bug!
.PP
If a numeric second argument is provided, it will set the randomness
seed, for repeatable results from tests using randomness (currently none
of them).
This command also accepts tasty test runner options, written after a --
(double hyphen).
Eg to run only the tests in Hledger.Data.Amount, with ANSI colour codes
disabled:
.IP
.nf
\f[C]
$ hledger test -- -pData.Amount --color=never
\f[R]
.fi
.PP
This is mainly used by developers, but it\[aq]s nice to be able to
sanity-check your installed hledger executable at any time.
All tests are expected to pass - if you ever see otherwise, something
has gone wrong, please report a bug!
For help on these, see https://github.com/feuerbach/tasty#options
(\f[C]-- --help\f[R] currently doesn\[aq]t show them).
.SH ADD-ON COMMANDS
.PP
hledger also searches for external add-on commands, and will include

View File

@ -3008,22 +3008,23 @@ File: hledger.info, Node: test, Prev: tags, Up: COMMANDS
test
Run built-in unit tests.
This command runs the unit tests built in to hledger-lib and hledger,
printing test names and results on stdout. If any test fails, the exit
code will be non-zero.
This command runs the unit tests built in to hledger and hledger-lib,
printing the results on stdout. If any test fails, the exit code will
be non-zero.
Test names include a group prefix. If a (exact, case sensitive)
group prefix, or a full test name is provided as the first argument,
only that group or test is run.
This is mainly used by hledger developers, but you can also use it to
sanity-check the installed hledger executable on your platform. All
tests are expected to pass - if you ever see a failure, please report as
a bug!
If a numeric second argument is provided, it will set the randomness
seed, for repeatable results from tests using randomness (currently none
of them).
This command also accepts tasty test runner options, written after a
- (double hyphen). Eg to run only the tests in Hledger.Data.Amount,
with ANSI colour codes disabled:
This is mainly used by developers, but it's nice to be able to
sanity-check your installed hledger executable at any time. All tests
are expected to pass - if you ever see otherwise, something has gone
wrong, please report a bug!
$ hledger test -- -pData.Amount --color=never
For help on these, see https://github.com/feuerbach/tasty#options
('-- --help' currently doesn't show them).

File: hledger.info, Node: ADD-ON COMMANDS, Prev: COMMANDS, Up: Top
@ -3337,30 +3338,30 @@ Node: tags105791
Ref: #tags105889
Node: test106183
Ref: #test106267
Node: ADD-ON COMMANDS107028
Ref: #add-on-commands107138
Node: Official add-ons108426
Ref: #official-add-ons108566
Node: ui108646
Ref: #ui108733
Node: web108787
Ref: #web108876
Node: Third party add-ons108922
Ref: #third-party-add-ons109097
Ref: #diff-1109256
Node: iadd109355
Ref: #iadd109465
Node: interest109547
Ref: #interest109668
Node: irr109763
Ref: #irr109861
Node: Experimental add-ons109992
Ref: #experimental-add-ons110144
Node: autosync110392
Ref: #autosync110503
Node: chart110742
Ref: #chart110861
Node: check110932
Ref: #check111034
Node: ADD-ON COMMANDS107014
Ref: #add-on-commands107124
Node: Official add-ons108412
Ref: #official-add-ons108552
Node: ui108632
Ref: #ui108719
Node: web108773
Ref: #web108862
Node: Third party add-ons108908
Ref: #third-party-add-ons109083
Ref: #diff-1109242
Node: iadd109341
Ref: #iadd109451
Node: interest109533
Ref: #interest109654
Node: irr109749
Ref: #irr109847
Node: Experimental add-ons109978
Ref: #experimental-add-ons110130
Node: autosync110378
Ref: #autosync110489
Node: chart110728
Ref: #chart110847
Node: check110918
Ref: #check111020

End Tag Table

View File

@ -2609,22 +2609,23 @@ COMMANDS
test
Run built-in unit tests.
This command runs the unit tests built in to hledger-lib and hledger,
printing test names and results on stdout. If any test fails, the exit
code will be non-zero.
This command runs the unit tests built in to hledger and hledger-lib,
printing the results on stdout. If any test fails, the exit code will
be non-zero.
Test names include a group prefix. If a (exact, case sensitive) group
prefix, or a full test name is provided as the first argument, only
that group or test is run.
This is mainly used by hledger developers, but you can also use it to
sanity-check the installed hledger executable on your platform. All
tests are expected to pass - if you ever see a failure, please report
as a bug!
If a numeric second argument is provided, it will set the randomness
seed, for repeatable results from tests using randomness (currently
none of them).
This command also accepts tasty test runner options, written after a --
(double hyphen). Eg to run only the tests in Hledger.Data.Amount, with
ANSI colour codes disabled:
This is mainly used by developers, but it's nice to be able to sanity-
check your installed hledger executable at any time. All tests are ex-
pected to pass - if you ever see otherwise, something has gone wrong,
please report a bug!
$ hledger test -- -pData.Amount --color=never
For help on these, see https://github.com/feuerbach/tasty#options (--
--help currently doesn't show them).
ADD-ON COMMANDS
hledger also searches for external add-on commands, and will include