mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 09:01:38 +00:00
Update cheatsheets
This commit is contained in:
22
clangd
Normal file
22
clangd
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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://clangd.llvm.org/>.
|
||||
|
||||
- Display available options:
|
||||
|
||||
`clangd --help`
|
||||
|
||||
- List of available options:
|
||||
|
||||
`clangd --help-list`
|
||||
|
||||
- Display version:
|
||||
|
||||
`clangd --version`
|
||||
Reference in New Issue
Block a user