[PR #239] [MERGED] Feature: Add skip-total flag #372

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/239
Author: @bootandy
Created: 8/18/2022
Status: Merged
Merged: 8/18/2022
Merged by: @bootandy

Base: masterHead: no_total


📝 Commits (2)

  • 520c13c Feature: Add skip-total flag
  • 4808353 Tests: Add test to verify skip-total flag

📊 Changes

3 files changed (+41 additions, -3 deletions)

View changed files

📝 src/display.rs (+24 -3)
📝 src/main.rs (+6 -0)
📝 tests/test_flags.rs (+11 -0)

📄 Description

Flag to not include the last line containing totals of the output tree

resolves: https://github.com/bootandy/dust/issues/216


🔄 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/239 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 8/18/2022 **Status:** ✅ Merged **Merged:** 8/18/2022 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `no_total` --- ### 📝 Commits (2) - [`520c13c`](https://github.com/bootandy/dust/commit/520c13c04e026b804090975c4a334ee978adcee1) Feature: Add skip-total flag - [`4808353`](https://github.com/bootandy/dust/commit/4808353a8a24191e3e869686ff4b731c1cbcba34) Tests: Add test to verify skip-total flag ### 📊 Changes **3 files changed** (+41 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/display.rs` (+24 -3) 📝 `src/main.rs` (+6 -0) 📝 `tests/test_flags.rs` (+11 -0) </details> ### 📄 Description Flag to not include the last line containing totals of the output tree resolves: https://github.com/bootandy/dust/issues/216 --- <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:38 +03:00
zhus closed this issue 2026-06-08 11:27:38 +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#372