mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #113] [MERGED] Change behavior of depth flag #312
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/113
Author: @rylwin
Created: 9/3/2020
Status: ✅ Merged
Merged: 9/3/2020
Merged by: @bootandy
Base:
master← Head:rw-change-depth-to-only-impact-display📝 Commits (1)
341de69Change behavior of depth flag📊 Changes
2 files changed (+1 additions, -7 deletions)
View changed files
📝
src/main.rs(+0 -1)📝
src/utils/mod.rs(+1 -6)📄 Description
Change the depth flag so that it only changes the depth of displayed
subdirectories, not the depth of the directory size calculation (i.e.,
changing --depth does not change the displayed directory size, rather it
only changes how many levels of subdirectories are shown).
Resolves #112
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.