mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #459] [CLOSED] Unify long option names #490
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/459
Author: @pkulev
Created: 1/8/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
bc0a2a2cli: unify long arguments (dashes instead of underscores)f54f528completions: 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.