Clean
Description
This command only deletes the lib and backup subfolders found recursively from the current directory. The user is asked for confirmation for each folder found to be removed, to avoid this question the option –force can be passed as an argument.
Sometimes it is important to clean the lib directory to eliminate the build cache of some units of the project helping to execute a clean build for the next run.
- Note
- There may be a need for more thorough cleaning that the Lazarus IDE provides from the Run/Clean up and Build menu.
Example:
pasc clean
Example to clean without asking for confirmation:
pasc clean --force
Next Help Command |
---|
Generated by PasDoc 0.16.0.