cppclean: add Farsi translation (#12006)

pull/23/head
Mohammad Reza Soleimani 2024-01-06 19:01:36 +03:30 committed by GitHub
parent 11ada1bc24
commit b3b47f296f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# cppclean
> پیدا کردن کد های بدون استفاده در پروژه های سی پلاس پلاس.
> اطلاعات بیشتر: <https://github.com/myint/cppclean>.
- اجرا در پوشه ی پروژه:
`cppclean {{path/to/project}}`
- اجرا روی پروژه درحالی که هدرها در پوشه های `inc1/` و `inc2/` قرار دارند:
`cppclean {{path/to/project}} --include-path={{inc1}} --include-path={{inc2}}`
- اجرا روی فایل دلخواه مانند `main.cpp`:
`cppclean {{main.cpp}}`
- اجرا روی پوشه کنونی به استثنای پوشه "build":
`cppclean {{.}} --exclude={{build}}`