getsolus / solbuild

The Solus package build system
https://getsol.us
Apache License 2.0
19 stars 12 forks source link

Replace `delete-cache --sizes` by `show-cache` #85

Open silkeh opened 6 months ago

silkeh commented 6 months ago

The --sizes flag for delete-cache is confusing as it makes the command not actually delete sizes.

Deprecate the confusing flag, and add a new command to replace it: show-cache.

Resolves #80