cli/pkg/cmd/cache/delete
Lucas 5c292286cf
refactor(cache): extract cache ID parsing logic
* Replaced direct conversion of cache ID string to int with a dedicated `parseCacheID` function.
* Improved readability and maintainability of the `deleteCaches` function.
2025-08-27 19:37:39 +02:00
..
delete.go refactor(cache): extract cache ID parsing logic 2025-08-27 19:37:39 +02:00
delete_test.go fix(cache): update error message for missing cache key with --ref flag 2025-08-27 04:56:48 +02:00