rtags-rc - manual page for RTags client
rtags-rc is the RTags client application.
- --verbose|-v
- Be more verbose.
- --version
- Print current version.
- --verify-version|-t
[arg]
- Verify that the correct protocol version is used.
- --silent|-Q
- Be silent.
- --help|-h
- Display this help.
- --config
[arg]
- Use this file (instead of ~/.rcrc).
- --no-rc
- Don't load any rc files.
- --follow-location|-f
[arg]
- Follow this location.
- --references-name|-R
[arg]
- Find references matching arg.
- --references|-r
[arg]
- Find references matching this location.
- --list-symbols|-S
[optional]
- List symbol names matching arg.
- --find-symbols|-F
[optional]
- Find symbols matching arg.
- --symbol-info|-U
[arg]
- Get cursor info for this location.
- --status|-s
[optional]
- Dump status of rtags-rdm. Arg can be symbols or symbolNames.
- --diagnose
[arg]
- Resend diagnostics for file.
- --diagnose-all
- Resend diagnostics for all files.
- --last-indexed
- Get timestamp of the last time indexing completed for the current
project.
- --is-indexed|-T
[arg]
- Check if rtags knows about, and is ready to return information about, this
source file.
- --is-indexing
[optional]
- Check if rtags is currently indexing files in any project or in project
matching pattern.
- --has-filemanager
[optional]
- Check if rtags has info about files in this directory.
- --preprocess|-E
[arg]
- Preprocess file.
- --asm [arg]
- Assemble file.
- --reindex|-V
[optional]
- Reindex all files or all files matching pattern.
- --check-reindex|-x
[optional]
- Check if reindexing is necessary for all files matching pattern.
- --path|-P
[optional]
- Print files matching pattern.
- --current-project
- Print path for current project.
- --dump-file|-d
[arg]
- Dump source file.
- --check-includes
[arg]
- Check includes for source file.
- --dump-file-maps
[arg]
- Dump file maps for file.
- --generate-test
[arg]
- Generate a test for a given source file.
- --rdm-log|-g
- Receive logs from rtags-rdm.
- --fixits
[arg]
- Get fixits for file.
- --remove|-D
[arg]
- Remove file from project.
- --find-project-root
[arg]
- Use to check behavior of find-project-root.
- --find-project-build-root
[arg]
- Use to check behavior of find-project-root for builds.
- --include-file
[arg]
- Use to generate include statement for symbol.
- --sources
[optional]
- Dump sources for source file.
- --dependencies
[arg]
- Dump dependencies for source file [(includes, included-by, depends-on,
depended-on, tree-depends-on, raw)].
- --all-dependencies
- Dump dependencies for all source files [(includes, included-by,
depends-on, depended-on, tree-depends-on, raw)].
- --reload-file-manager|-B
- Reload file manager.
- --code-complete-at|-l
[arg]
- Code complete at location: arg is file:line:col.
- --send-diagnostics
[arg]
- Only for debugging. Send data to all -G connections.
- --dump-completions
- Dump cached completions.
- --dump-compile-commands
- Dump compilation database for project.
- --set-buffers
[optional]
- Set active buffers (list of filenames for active buffers in editor).
- --list-buffers
- List active buffers.
- --add-buffers
[arg]
- Add additional buffers.
- --remove-buffers
[arg]
- Remove buffers.
- --list-cursor-kinds
- List spelling for known cursor kinds.
- --class-hierarchy
[arg]
- Dump class hierarcy for struct/class at location.
- --debug-locations
[optional]
- Manipulate debug locations.
- --validate
- Validate database files for current project.
- --tokens
[arg]
- Dump tokens for file. --tokens file.cpp:123-321 for range.
- --find-dead-functions
[optional]
- Find functions declared/defined in the current file that are never in the
project.