getsolus / solbuild

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

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

Closed silkeh closed 1 month ago

silkeh commented 8 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