[PR #395] [MERGED] Adding threads flag #457

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/395
Author: @bootandy
Created: 5/3/2024
Status: Merged
Merged: 5/6/2024
Merged by: @bootandy

Base: masterHead: squash_thread


📝 Commits (2)

  • 784bc97 feat: Adding threads flag
  • 8da251d chore: Cleanup threads commit

📊 Changes

10 files changed (+78 additions, -26 deletions)

View changed files

📝 completions/_dust (+2 -0)
📝 completions/_dust.ps1 (+2 -0)
📝 completions/dust.bash (+9 -1)
📝 completions/dust.elv (+2 -0)
📝 completions/dust.fish (+1 -0)
📝 man-page/dust.1 (+4 -1)
📝 src/cli.rs (+8 -0)
📝 src/config.rs (+9 -0)
📝 src/main.rs (+35 -24)
📝 tests/test_flags.rs (+6 -0)

📄 Description

Alternate to
https://github.com/bootandy/dust/pull/388


🔄 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/395 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 5/3/2024 **Status:** ✅ Merged **Merged:** 5/6/2024 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `squash_thread` --- ### 📝 Commits (2) - [`784bc97`](https://github.com/bootandy/dust/commit/784bc97ecdbf45236dd97d9ebb7a84ffcddb4784) feat: Adding threads flag - [`8da251d`](https://github.com/bootandy/dust/commit/8da251deca6e83c67c4304aa8c9b7e853495fab0) chore: Cleanup threads commit ### 📊 Changes **10 files changed** (+78 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `completions/_dust` (+2 -0) 📝 `completions/_dust.ps1` (+2 -0) 📝 `completions/dust.bash` (+9 -1) 📝 `completions/dust.elv` (+2 -0) 📝 `completions/dust.fish` (+1 -0) 📝 `man-page/dust.1` (+4 -1) 📝 `src/cli.rs` (+8 -0) 📝 `src/config.rs` (+9 -0) 📝 `src/main.rs` (+35 -24) 📝 `tests/test_flags.rs` (+6 -0) </details> ### 📄 Description Alternate to https://github.com/bootandy/dust/pull/388 --- <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:28:27 +03:00
zhus closed this issue 2026-06-08 11:28:28 +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#457