mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-09-08 06:25:46 +00:00
If cache is empty `$total_length` is null, and the output is: ``` λ scoop cache show some-non-existing-app total: 0 files, B ``` Cast sum to double to get '0 B' instead