[PR #113] [MERGED] Change behavior of depth flag #312

Closed
opened 2026-06-08 11:27:03 +03:00 by zhus · 0 comments
Owner

📋 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: masterHead: rw-change-depth-to-only-impact-display


📝 Commits (1)

  • 341de69 Change 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.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/113 **Author:** [@rylwin](https://github.com/rylwin) **Created:** 9/3/2020 **Status:** ✅ Merged **Merged:** 9/3/2020 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `rw-change-depth-to-only-impact-display` --- ### 📝 Commits (1) - [`341de69`](https://github.com/bootandy/dust/commit/341de699177747160bdb5d07593845a6518bc78c) Change behavior of depth flag ### 📊 Changes **2 files changed** (+1 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/main.rs` (+0 -1) 📝 `src/utils/mod.rs` (+1 -6) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:27:03 +03:00
zhus closed this issue 2026-06-08 11:27:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#312