mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 09:48:43 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Run on a project where the headers are in the `inc1/` and `inc2/` directories:
|
||||
|
||||
`cppclean {{path/to/project}} --include-path={{inc1}} --include-path={{inc2}}`
|
||||
`cppclean {{path/to/project}} --include-path {{inc1}} --include-path {{inc2}}`
|
||||
|
||||
- Run on a specific file `main.cpp`:
|
||||
|
||||
@@ -22,4 +22,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Run on the current directory, excluding the "build" directory:
|
||||
|
||||
`cppclean {{.}} --exclude={{build}}`
|
||||
`cppclean {{.}} --exclude {{build}}`
|
||||
|
||||
Reference in New Issue
Block a user