mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 08:35:23 +02:00
ctags: add json output example (#8425)
This commit is contained in:
parent
591dd1eb6e
commit
bde43e80e8
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@
|
|||
- Generate tags for all files in the current directory and all subdirectories:
|
||||
|
||||
`ctags --recurse`
|
||||
|
||||
- Generate tags for a single file, and output them with start line number and end line number in JSON format:
|
||||
|
||||
`ctags --fields=+ne --output-format=json {{path/to/file}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue