File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,19 @@ Or using package manager `brew` on OS X
17
17
18
18
## Usage
19
19
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
+
29
33
30
34
## Vim [ Tagbar] [ ] configuration
31
35
You can’t perform that action at this time.
0 commit comments