Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-06 00:19:54 +00:00
parent e452860d9b
commit 7e39fb6df5
49 changed files with 132 additions and 93 deletions

View File

@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
- Recursively check a given directory, and don't print progress messages:
`cppcheck --quiet {{path/to/directory}}`
`cppcheck {{[-q|--quiet]}} {{path/to/directory}}`
- Check a given file, specifying which tests to perform (by default only errors are shown):