cppclean
Verified for current stable LTS
Cppclean Command: Run Cppclean On Current Directory Excluding Build
Use for run cppclean on current directory excluding build with Cppclean. Exact CLI syntax to run cppclean on current directory excluding build using Cppclean.
When to use this: Use for run cppclean on current directory excluding build with Cppclean.
Command Syntax
cppclean <.> --exclude <build> cppclean <.> --exclude <build> Command Breakdown
--exclude- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run cppclean on current directory excluding build using Cppclean.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Cppclean Command: Run Cppclean In Current Directory Excluding Build
cppclean <.> --exclude <build> Cppclean Command: Run Cppclean On Project cppclean <path/to/project> Cppclean Command: Run Cppclean On Project Directory cppclean <path/to/project> Cppclean Command: Run Cppclean On Project With Include Paths cppclean <path/to/project> --include-path <inc1> --include-path <inc2> Cppclean Command: Run Cppclean On Specific File cppclean <main.cpp>