mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 12:44:02 +08:00
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
361 B
361 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/man1/clangd.1.html.
- Display available options:
clangd --help
- List of available options:
clangd --help-list
- Display version:
clangd --version