mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #465] [MERGED] fix: Bars in --skip-total flag #495
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?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/465
Author: @bootandy
Created: 1/26/2025
Status: ✅ Merged
Merged: 1/26/2025
Merged by: @bootandy
Base:
master← Head:skip_total_bars📝 Commits (1)
73936a6fix: Bars in --skip-total flag📊 Changes
1 file changed (+2 additions, -10 deletions)
View changed files
📝
src/display.rs(+2 -10)📄 Description
Before we calculated the % by taking the longest bar. If you use --skip-total the longest bar is not the total. Remove this special case as it was wrong.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.