[PR #355] [MERGED] dependency: Upgrade to clap 4 #432

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/355
Author: @bootandy
Created: 12/12/2023
Status: Merged
Merged: 12/12/2023
Merged by: @bootandy

Base: masterHead: upgrade_clap


📝 Commits (1)

  • 02dd6b0 dependency: upgrade to clap 4

📊 Changes

11 files changed (+233 additions, -213 deletions)

View changed files

📝 Cargo.lock (+90 -90)
📝 Cargo.toml (+4 -4)
📝 completions/_dust (+18 -14)
📝 completions/_dust.ps1 (+12 -12)
📝 completions/dust.bash (+5 -5)
📝 completions/dust.elv (+4 -4)
📝 completions/dust.fish (+2 -2)
📝 man-page/dust.1 (+8 -8)
📝 src/cli.rs (+31 -18)
📝 src/config.rs (+26 -24)
📝 src/main.rs (+33 -32)

📄 Description

No description provided


🔄 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/355 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 12/12/2023 **Status:** ✅ Merged **Merged:** 12/12/2023 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `upgrade_clap` --- ### 📝 Commits (1) - [`02dd6b0`](https://github.com/bootandy/dust/commit/02dd6b0dbbeb523fa0ec0744b8f33a5f93d5d27f) dependency: upgrade to clap 4 ### 📊 Changes **11 files changed** (+233 additions, -213 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+90 -90) 📝 `Cargo.toml` (+4 -4) 📝 `completions/_dust` (+18 -14) 📝 `completions/_dust.ps1` (+12 -12) 📝 `completions/dust.bash` (+5 -5) 📝 `completions/dust.elv` (+4 -4) 📝 `completions/dust.fish` (+2 -2) 📝 `man-page/dust.1` (+8 -8) 📝 `src/cli.rs` (+31 -18) 📝 `src/config.rs` (+26 -24) 📝 `src/main.rs` (+33 -32) </details> ### 📄 Description _No description provided_ --- <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:12 +03:00
zhus closed this issue 2026-06-08 11:28:13 +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#432