[PR #484] [MERGED] fix: all arguments now use '-' instead of '_' #506

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/484
Author: @bootandy
Created: 4/1/2025
Status: Merged
Merged: 4/2/2025
Merged by: @bootandy

Base: masterHead: other2


📝 Commits (2)

  • 94affb6 cli: unify long arguments (dashes instead of underscores)
  • 79cacd1 completions: autoregen completions

📊 Changes

7 files changed (+27 additions, -27 deletions)

View changed files

📝 completions/_dust (+9 -9)
📝 completions/_dust.ps1 (+3 -3)
📝 completions/dust.bash (+2 -2)
📝 completions/dust.elv (+3 -3)
📝 completions/dust.fish (+3 -3)
📝 man-page/dust.1 (+4 -4)
📝 src/cli.rs (+3 -3)

📄 Description

replace: https://github.com/bootandy/dust/pull/459
keeping pkulev's original commit.


🔄 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/484 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 4/1/2025 **Status:** ✅ Merged **Merged:** 4/2/2025 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `other2` --- ### 📝 Commits (2) - [`94affb6`](https://github.com/bootandy/dust/commit/94affb6a41b74f65a32885c7ab17a5c4996089d9) cli: unify long arguments (dashes instead of underscores) - [`79cacd1`](https://github.com/bootandy/dust/commit/79cacd1b3b7763e626281077a77ff613fcd7327d) completions: autoregen completions ### 📊 Changes **7 files changed** (+27 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `completions/_dust` (+9 -9) 📝 `completions/_dust.ps1` (+3 -3) 📝 `completions/dust.bash` (+2 -2) 📝 `completions/dust.elv` (+3 -3) 📝 `completions/dust.fish` (+3 -3) 📝 `man-page/dust.1` (+4 -4) 📝 `src/cli.rs` (+3 -3) </details> ### 📄 Description replace: https://github.com/bootandy/dust/pull/459 keeping pkulev's original commit. --- <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:55 +03:00
zhus closed this issue 2026-06-08 11:28:55 +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#506