Update cheatsheets

This commit is contained in:
ivuorinen
2024-04-19 00:13:37 +00:00
parent 7de5092ed1
commit 48aff03a74
104 changed files with 150 additions and 146 deletions

View File

@@ -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}}`