[PR #459] [CLOSED] Unify long option names #490

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/459
Author: @pkulev
Created: 1/8/2025
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • bc0a2a2 cli: unify long arguments (dashes instead of underscores)
  • f54f528 completions: autoregen completions

📊 Changes

7 files changed (+29 additions, -29 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 (+5 -5)
📝 man-page/dust.1 (+4 -4)
📝 src/cli.rs (+3 -3)

📄 Description

Some of the long option names were separated with underscores.


🔄 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/459 **Author:** [@pkulev](https://github.com/pkulev) **Created:** 1/8/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`bc0a2a2`](https://github.com/bootandy/dust/commit/bc0a2a2134fb1e3658034e7ee974e98d36175a7f) cli: unify long arguments (dashes instead of underscores) - [`f54f528`](https://github.com/bootandy/dust/commit/f54f5281fb9f64ea4b873420f549ec25fb28c4c8) completions: autoregen completions ### 📊 Changes **7 files changed** (+29 additions, -29 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` (+5 -5) 📝 `man-page/dust.1` (+4 -4) 📝 `src/cli.rs` (+3 -3) </details> ### 📄 Description Some of the long option names were separated with underscores. --- <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:46 +03:00
zhus closed this issue 2026-06-08 11:28:47 +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#490