[PR #150] [CLOSED] Port to clap 3 #330

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/150
Author: @ibotty
Created: 6/17/2021
Status: Closed

Base: masterHead: port-clap-3


📝 Commits (2)

  • 0f5036f update Cargo.toml and Cargo.lock for clap-3.0.0-beta.2
  • 85d7d5c port to clap 3.0.0-beta.2

📊 Changes

3 files changed (+182 additions, -65 deletions)

View changed files

📝 Cargo.lock (+142 -25)
📝 Cargo.toml (+1 -1)
📝 src/main.rs (+39 -39)

📄 Description

I assume you will want to wait for clap to release a stable version. This is needed for my ongoing work to package dust for fedora.


🔄 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/150 **Author:** [@ibotty](https://github.com/ibotty) **Created:** 6/17/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `port-clap-3` --- ### 📝 Commits (2) - [`0f5036f`](https://github.com/bootandy/dust/commit/0f5036fb6e8be36776bf4c04a5d903423890f6de) update Cargo.toml and Cargo.lock for clap-3.0.0-beta.2 - [`85d7d5c`](https://github.com/bootandy/dust/commit/85d7d5cf02ea4f36e0d95262b6ab11f50608a98b) port to clap 3.0.0-beta.2 ### 📊 Changes **3 files changed** (+182 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+142 -25) 📝 `Cargo.toml` (+1 -1) 📝 `src/main.rs` (+39 -39) </details> ### 📄 Description I assume you will want to wait for clap to release a stable version. This is needed for my ongoing work to package dust for fedora. --- <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:13 +03:00
zhus closed this issue 2026-06-08 11:27:14 +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#330