mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-22 10:04:11 +02:00
367 B
367 B
clangd
Language server that provides IDE-like features to editors. It should be used via an editor plugin rather than invoked directly. More information: https://manpages.ubuntu.com/manpages/focal/man1/clangd.1.html.
- Display available options:
clangd --help
- List of available options:
clangd --help-list
- Display version:
clangd --version