mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:53:11 +02:00
cppclean: updated page
This commit is contained in:
parent
d2040640dc
commit
fc26f34a0b
1 changed files with 2 additions and 2 deletions
|
@ -14,6 +14,6 @@
|
||||||
|
|
||||||
`cppclean {{main.cpp}}`
|
`cppclean {{main.cpp}}`
|
||||||
|
|
||||||
- Run on the current directory, excluding the "node_modules" directory:
|
- Run on the current directory, excluding the "build" directory:
|
||||||
|
|
||||||
`cppclean {{.}} --exclude={{node_modules}}`
|
`cppclean {{.}} --exclude={{build}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue