doc: fix options subheadings
[ci skip]
This commit is contained in:
parent
e657e96591
commit
18a0786691
@ -130,6 +130,8 @@ File: hledger.info, Node: OPTIONS, Next: QUERIES, Prev: EXAMPLES, Up: Top
|
|||||||
* Cost::
|
* Cost::
|
||||||
* Market value::
|
* Market value::
|
||||||
* Combining -B and -V::
|
* Combining -B and -V::
|
||||||
|
* Output destination::
|
||||||
|
* Output format::
|
||||||
* Regular expressions::
|
* Regular expressions::
|
||||||
|
|
||||||
|
|
||||||
@ -673,7 +675,7 @@ $ hledger -f t.j bal euros -V -e 2016/12/21
|
|||||||
directives, not transaction prices (unlike Ledger).
|
directives, not transaction prices (unlike Ledger).
|
||||||
|
|
||||||
|
|
||||||
File: hledger.info, Node: Combining -B and -V, Next: Regular expressions, Prev: Market value, Up: OPTIONS
|
File: hledger.info, Node: Combining -B and -V, Next: Output destination, Prev: Market value, Up: OPTIONS
|
||||||
|
|
||||||
2.15 Combining -B and -V
|
2.15 Combining -B and -V
|
||||||
========================
|
========================
|
||||||
@ -681,16 +683,12 @@ File: hledger.info, Node: Combining -B and -V, Next: Regular expressions, Pre
|
|||||||
Using -B/-cost and -V/-value together is currently allowed, but the
|
Using -B/-cost and -V/-value together is currently allowed, but the
|
||||||
results are probably not meaningful. Let us know if you find a use for
|
results are probably not meaningful. Let us know if you find a use for
|
||||||
this.
|
this.
|
||||||
* Menu:
|
|
||||||
|
|
||||||
* Output destination::
|
|
||||||
* Output format::
|
|
||||||
|
|
||||||
|
|
||||||
File: hledger.info, Node: Output destination, Next: Output format, Up: Combining -B and -V
|
File: hledger.info, Node: Output destination, Next: Output format, Prev: Combining -B and -V, Up: OPTIONS
|
||||||
|
|
||||||
2.15.1 Output destination
|
2.16 Output destination
|
||||||
-------------------------
|
=======================
|
||||||
|
|
||||||
Some commands (print, register, stats, the balance commands) can write
|
Some commands (print, register, stats, the balance commands) can write
|
||||||
their output to a destination other than the console. This is
|
their output to a destination other than the console. This is
|
||||||
@ -700,10 +698,10 @@ $ hledger balance -o - # write to stdout (the default)
|
|||||||
$ hledger balance -o FILE # write to FILE
|
$ hledger balance -o FILE # write to FILE
|
||||||
|
|
||||||
|
|
||||||
File: hledger.info, Node: Output format, Prev: Output destination, Up: Combining -B and -V
|
File: hledger.info, Node: Output format, Next: Regular expressions, Prev: Output destination, Up: OPTIONS
|
||||||
|
|
||||||
2.15.2 Output format
|
2.17 Output format
|
||||||
--------------------
|
==================
|
||||||
|
|
||||||
Some commands can write their output in other formats. Eg print and
|
Some commands can write their output in other formats. Eg print and
|
||||||
register can output CSV, and the balance commands can output CSV or
|
register can output CSV, and the balance commands can output CSV or
|
||||||
@ -714,9 +712,9 @@ $ hledger balance -O csv # write CSV to stdout
|
|||||||
$ hledger balance -o FILE.csv # write CSV to FILE.csv
|
$ hledger balance -o FILE.csv # write CSV to FILE.csv
|
||||||
|
|
||||||
|
|
||||||
File: hledger.info, Node: Regular expressions, Prev: Combining -B and -V, Up: OPTIONS
|
File: hledger.info, Node: Regular expressions, Prev: Output format, Up: OPTIONS
|
||||||
|
|
||||||
2.16 Regular expressions
|
2.18 Regular expressions
|
||||||
========================
|
========================
|
||||||
|
|
||||||
hledger uses regular expressions in a number of places:
|
hledger uses regular expressions in a number of places:
|
||||||
@ -2394,133 +2392,133 @@ Node: EXAMPLES1888
|
|||||||
Ref: #examples1988
|
Ref: #examples1988
|
||||||
Node: OPTIONS3634
|
Node: OPTIONS3634
|
||||||
Ref: #options3736
|
Ref: #options3736
|
||||||
Node: General options4060
|
Node: General options4101
|
||||||
Ref: #general-options4185
|
Ref: #general-options4226
|
||||||
Node: Command options6736
|
Node: Command options6777
|
||||||
Ref: #command-options6887
|
Ref: #command-options6928
|
||||||
Node: Command arguments7285
|
Node: Command arguments7326
|
||||||
Ref: #command-arguments7439
|
Ref: #command-arguments7480
|
||||||
Node: Argument files7560
|
Node: Argument files7601
|
||||||
Ref: #argument-files7711
|
Ref: #argument-files7752
|
||||||
Node: Special characters7977
|
Node: Special characters8018
|
||||||
Ref: #special-characters8130
|
Ref: #special-characters8171
|
||||||
Node: Input files9549
|
Node: Input files9590
|
||||||
Ref: #input-files9685
|
Ref: #input-files9726
|
||||||
Node: Smart dates11655
|
Node: Smart dates11696
|
||||||
Ref: #smart-dates11796
|
Ref: #smart-dates11837
|
||||||
Node: Report start & end date12775
|
Node: Report start & end date12816
|
||||||
Ref: #report-start-end-date12945
|
Ref: #report-start-end-date12986
|
||||||
Node: Report intervals14010
|
Node: Report intervals14051
|
||||||
Ref: #report-intervals14173
|
Ref: #report-intervals14214
|
||||||
Node: Period expressions14574
|
Node: Period expressions14615
|
||||||
Ref: #period-expressions14734
|
Ref: #period-expressions14775
|
||||||
Node: Depth limiting18691
|
Node: Depth limiting18732
|
||||||
Ref: #depth-limiting18835
|
Ref: #depth-limiting18876
|
||||||
Node: Pivoting19177
|
Node: Pivoting19218
|
||||||
Ref: #pivoting19295
|
Ref: #pivoting19336
|
||||||
Node: Cost20971
|
Node: Cost21012
|
||||||
Ref: #cost21079
|
Ref: #cost21120
|
||||||
Node: Market value21197
|
Node: Market value21238
|
||||||
Ref: #market-value21332
|
Ref: #market-value21373
|
||||||
Node: Combining -B and -V22515
|
Node: Combining -B and -V22556
|
||||||
Ref: #combining--b-and--v22679
|
Ref: #combining--b-and--v22719
|
||||||
Node: Output destination22876
|
Node: Output destination22866
|
||||||
Ref: #output-destination23026
|
Ref: #output-destination23028
|
||||||
Node: Output format23309
|
Node: Output format23311
|
||||||
Ref: #output-format23449
|
Ref: #output-format23463
|
||||||
Node: Regular expressions23834
|
Node: Regular expressions23848
|
||||||
Ref: #regular-expressions23977
|
Ref: #regular-expressions23985
|
||||||
Node: QUERIES25338
|
Node: QUERIES25346
|
||||||
Ref: #queries25440
|
Ref: #queries25448
|
||||||
Node: COMMANDS29407
|
Node: COMMANDS29415
|
||||||
Ref: #commands29519
|
Ref: #commands29527
|
||||||
Node: accounts30501
|
Node: accounts30509
|
||||||
Ref: #accounts30599
|
Ref: #accounts30607
|
||||||
Node: activity31845
|
Node: activity31853
|
||||||
Ref: #activity31955
|
Ref: #activity31963
|
||||||
Node: add32315
|
Node: add32323
|
||||||
Ref: #add32414
|
Ref: #add32422
|
||||||
Node: balance35075
|
Node: balance35083
|
||||||
Ref: #balance35186
|
Ref: #balance35194
|
||||||
Node: Flat mode38634
|
Node: Flat mode38642
|
||||||
Ref: #flat-mode38759
|
Ref: #flat-mode38767
|
||||||
Node: Depth limited balance reports39179
|
Node: Depth limited balance reports39187
|
||||||
Ref: #depth-limited-balance-reports39380
|
Ref: #depth-limited-balance-reports39388
|
||||||
Node: Multicolumn balance reports39800
|
Node: Multicolumn balance reports39808
|
||||||
Ref: #multicolumn-balance-reports39995
|
Ref: #multicolumn-balance-reports40003
|
||||||
Node: Budgets44684
|
Node: Budgets44692
|
||||||
Ref: #budgets44831
|
Ref: #budgets44839
|
||||||
Node: Custom balance output48662
|
Node: Custom balance output48670
|
||||||
Ref: #custom-balance-output48824
|
Ref: #custom-balance-output48832
|
||||||
Node: Colour support50981
|
Node: Colour support50989
|
||||||
Ref: #colour-support51113
|
Ref: #colour-support51121
|
||||||
Node: balancesheet51286
|
Node: balancesheet51294
|
||||||
Ref: #balancesheet51422
|
Ref: #balancesheet51430
|
||||||
Node: balancesheetequity53724
|
Node: balancesheetequity53732
|
||||||
Ref: #balancesheetequity53873
|
Ref: #balancesheetequity53881
|
||||||
Node: cashflow54410
|
Node: cashflow54418
|
||||||
Ref: #cashflow54538
|
Ref: #cashflow54546
|
||||||
Node: check-dates56652
|
Node: check-dates56660
|
||||||
Ref: #check-dates56779
|
Ref: #check-dates56787
|
||||||
Node: check-dupes56896
|
Node: check-dupes56904
|
||||||
Ref: #check-dupes57020
|
Ref: #check-dupes57028
|
||||||
Node: close57157
|
Node: close57165
|
||||||
Ref: #close57264
|
Ref: #close57272
|
||||||
Node: help57594
|
Node: help57602
|
||||||
Ref: #help57694
|
Ref: #help57702
|
||||||
Node: import58768
|
Node: import58776
|
||||||
Ref: #import58882
|
Ref: #import58890
|
||||||
Node: incomestatement59612
|
Node: incomestatement59620
|
||||||
Ref: #incomestatement59746
|
Ref: #incomestatement59754
|
||||||
Node: prices62141
|
Node: prices62149
|
||||||
Ref: #prices62256
|
Ref: #prices62264
|
||||||
Node: print62299
|
Node: print62307
|
||||||
Ref: #print62409
|
Ref: #print62417
|
||||||
Node: print-unique67293
|
Node: print-unique67301
|
||||||
Ref: #print-unique67419
|
Ref: #print-unique67427
|
||||||
Node: register67487
|
Node: register67495
|
||||||
Ref: #register67614
|
Ref: #register67622
|
||||||
Node: Custom register output72115
|
Node: Custom register output72123
|
||||||
Ref: #custom-register-output72244
|
Ref: #custom-register-output72252
|
||||||
Node: register-match73465
|
Node: register-match73473
|
||||||
Ref: #register-match73599
|
Ref: #register-match73607
|
||||||
Node: rewrite73782
|
Node: rewrite73790
|
||||||
Ref: #rewrite73899
|
Ref: #rewrite73907
|
||||||
Node: stats73968
|
Node: stats73976
|
||||||
Ref: #stats74071
|
Ref: #stats74079
|
||||||
Node: tags74932
|
Node: tags74940
|
||||||
Ref: #tags75030
|
Ref: #tags75038
|
||||||
Node: test75266
|
Node: test75274
|
||||||
Ref: #test75350
|
Ref: #test75358
|
||||||
Node: ADD-ON COMMANDS75718
|
Node: ADD-ON COMMANDS75726
|
||||||
Ref: #add-on-commands75828
|
Ref: #add-on-commands75836
|
||||||
Node: Official add-ons77115
|
Node: Official add-ons77123
|
||||||
Ref: #official-add-ons77255
|
Ref: #official-add-ons77263
|
||||||
Node: api77342
|
Node: api77350
|
||||||
Ref: #api77431
|
Ref: #api77439
|
||||||
Node: ui77483
|
Node: ui77491
|
||||||
Ref: #ui77582
|
Ref: #ui77590
|
||||||
Node: web77640
|
Node: web77648
|
||||||
Ref: #web77729
|
Ref: #web77737
|
||||||
Node: Third party add-ons77775
|
Node: Third party add-ons77783
|
||||||
Ref: #third-party-add-ons77950
|
Ref: #third-party-add-ons77958
|
||||||
Node: diff78085
|
Node: diff78093
|
||||||
Ref: #diff78182
|
Ref: #diff78190
|
||||||
Node: iadd78281
|
Node: iadd78289
|
||||||
Ref: #iadd78395
|
Ref: #iadd78403
|
||||||
Node: interest78478
|
Node: interest78486
|
||||||
Ref: #interest78599
|
Ref: #interest78607
|
||||||
Node: irr78694
|
Node: irr78702
|
||||||
Ref: #irr78792
|
Ref: #irr78800
|
||||||
Node: Experimental add-ons78870
|
Node: Experimental add-ons78878
|
||||||
Ref: #experimental-add-ons79022
|
Ref: #experimental-add-ons79030
|
||||||
Node: autosync79313
|
Node: autosync79321
|
||||||
Ref: #autosync79425
|
Ref: #autosync79433
|
||||||
Node: budget79664
|
Node: budget79672
|
||||||
Ref: #budget79786
|
Ref: #budget79794
|
||||||
Node: chart79852
|
Node: chart79860
|
||||||
Ref: #chart79969
|
Ref: #chart79977
|
||||||
Node: check80040
|
Node: check80048
|
||||||
Ref: #check80142
|
Ref: #check80150
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
|||||||
@ -414,7 +414,7 @@ not [transaction prices](journal.html#transaction-prices) (unlike Ledger).
|
|||||||
Using -B/--cost and -V/--value together is currently allowed, but the
|
Using -B/--cost and -V/--value together is currently allowed, but the
|
||||||
results are probably not meaningful. Let us know if you find a use for this.
|
results are probably not meaningful. Let us know if you find a use for this.
|
||||||
|
|
||||||
### Output destination
|
## Output destination
|
||||||
|
|
||||||
Some commands (print, register, stats, the balance commands)
|
Some commands (print, register, stats, the balance commands)
|
||||||
can write their output to a destination other than the console.
|
can write their output to a destination other than the console.
|
||||||
@ -425,7 +425,7 @@ $ hledger balance -o - # write to stdout (the default)
|
|||||||
$ hledger balance -o FILE # write to FILE
|
$ hledger balance -o FILE # write to FILE
|
||||||
```
|
```
|
||||||
|
|
||||||
### Output format
|
## Output format
|
||||||
|
|
||||||
Some commands can write their output in other formats.
|
Some commands can write their output in other formats.
|
||||||
Eg print and register can output CSV, and the balance commands can output CSV or HTML.
|
Eg print and register can output CSV, and the balance commands can output CSV or HTML.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user