Add cache cleanup to 'cleanup' subcommand

This commit is contained in:
2025-05-03 12:38:29 +03:00
parent 4a8c4e22ec
commit 1329109810
3 changed files with 149 additions and 41 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ You can remove an installed package by typing the following
bpm remove package_name
```
To remove all unused dependencies try using the cleanup command
To remove all unused dependencies and clean cached files try using the cleanup command
```sh
bpm cleanup
```