mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #463] Possible Bug: --skip-total still shows a 100% output at the end... #206
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @whazlewo on GitHub (Jan 24, 2025).
Original GitHub issue: https://github.com/bootandy/dust/issues/463
When running with --skip-total, should I still see a 100% bar in the output?
Without --skip-total

With --skip-total - My assumption is that I should NOT see the 100% quantity at the end??

@bootandy commented on GitHub (Jan 25, 2025):
I can see why this is a bit confusing.
The 100% bar isn't for the total - its for the directory 'Rifts'.
if you ran with --skip-total and had:
c: 25MB
a: 50MB
b: 50MB
you would see
c: 50%
a: 100%
b: 100%
The bars are a percentage of 'How much of the the last line'. Without the total it goes on the largest folder.
On reflection, you are probably correct. That isn't right. I'll leave this open and look into it.
@bootandy commented on GitHub (Jan 26, 2025):
https://github.com/bootandy/dust/pull/465
@whazlewo commented on GitHub (Jan 26, 2025):
Bucket list item completed!
(Find and report actual bug on a project) :)
@bootandy commented on GitHub (Jan 26, 2025):
fixed in master will go out in next release