1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 15:55:37 +02:00

cppclean: updated page

This commit is contained in:
Thomas BARUSSEAU 2017-12-05 09:35:52 +01:00
parent d2040640dc
commit fc26f34a0b

View file

@ -14,6 +14,6 @@
`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}}`