Skip to content

Commit 253bdbc

Browse files
committed
Update Table of Contents
1 parent 112140c commit 253bdbc

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ For usage as a library, please refer to the [godoc](https://pkg.go.dev/github.co
5151
* 4.12. [YAML](#yaml)
5252
* 4.13. [TBLN](#tbln)
5353
* 4.14. [WIDTH](#width)
54-
* 4.15. [Raw output](#raw-output)
55-
* 4.16. [ASCII Table & MarkDown output](#ascii-table-&-markdown-output)
56-
* 4.17. [Vertical format output](#vertical-format-output)
54+
* 4.15. [TEXT](#text)
55+
* 4.16. [Raw output](#raw-output)
56+
* 4.17. [ASCII Table & MarkDown output](#ascii-table-&-markdown-output)
57+
* 4.18. [Vertical format output](#vertical-format-output)
5758
* 5. [SQL](#sql)
5859
* 5.1. [SQL function](#sql-function)
5960
* 5.2. [JOIN](#join)
@@ -794,7 +795,7 @@ But `-id " "` does not recognize spaces in columns very well.
794795

795796
`-iwidth` recognizes column widths and space separators.
796797

797-
### TEXT
798+
### 4.15. <a name='text'></a>TEXT
798799

799800
The `-itext` option or files with “.text”extension are in text format.
800801

@@ -827,7 +828,7 @@ $ trdsql -inum "SELECT * FROM test.text"
827828
5,c
828829
```
829830

830-
### 4.15. <a name='raw-output'></a>Raw output
831+
### 4.16. <a name='raw-output'></a>Raw output
831832

832833
`-oraw` is Raw Output.
833834
It is used when "escape processing is unnecessary" in CSV output.
@@ -852,7 +853,7 @@ $ trdsql -oraw -od "\t|\t" -db pdb "SELECT * FROM test.csv"
852853
3 | Apple
853854
```
854855

855-
### 4.16. <a name='ascii-table-&-markdown-output'></a>ASCII Table & MarkDown output
856+
### 4.17. <a name='ascii-table-&-markdown-output'></a>ASCII Table & MarkDown output
856857

857858
`-oat` is ASCII table output.
858859

@@ -880,7 +881,7 @@ $ trdsql -omd "SELECT * FROM test.csv"
880881

881882
The `-onowrap` option does not wrap long columns in `at` or `md` output.
882883

883-
### 4.17. <a name='vertical-format-output'></a>Vertical format output
884+
### 4.18. <a name='vertical-format-output'></a>Vertical format output
884885

885886
-ovf is Vertical format output("column name | value" vertically).
886887

0 commit comments

Comments
 (0)