Skip to content

Commit 1598093

Browse files
author
Andrew Carter
committed
Update usage info in README
1 parent 5f88917 commit 1598093

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,19 @@ Or using package manager `brew` on OS X
1717

1818
## Usage
1919

20-
gotags [options] file(s)
21-
22-
-L="": source file names are read from the specified file. If file is "-", input is read from standard in.
23-
-R=false: recurse into directories in the file list.
24-
-f="": write output to specified file. If file is "-", output is written to standard out.
25-
-silent=false: do not produce any output on error.
26-
-sort=true: sort tags.
27-
-tag-relative=false: file paths should be relative to the directory containing the tag file.
28-
-v=false: print version.
20+
gotags [options] file(s)
21+
22+
-L="": source file names are read from the specified file. If file is "-", input is read from standard in.
23+
-R=false: recurse into directories in the file list.
24+
-exclude=[]: exclude files and directories matching 'pattern'. May be called multiple times.
25+
-f="": write output to specified file. If file is "-", output is written to standard out.
26+
-fields="": include selected extension fields (only +l).
27+
-list-languages=false: list supported languages.
28+
-silent=false: do not produce any output on error.
29+
-sort=true: sort tags.
30+
-tag-relative=false: file paths should be relative to the directory containing the tag file.
31+
-v=false: print version.
32+
2933

3034
## Vim [Tagbar][] configuration
3135

0 commit comments

Comments
 (0)