mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #394] [MERGED] Allow options to be set in any position #458
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/394
Author: @eatsu
Created: 4/29/2024
Status: ✅ Merged
Merged: 5/1/2024
Merged by: @bootandy
Base:
master← Head:allow-trailing-opts📝 Commits (1)
47adbc5Allow options to be set in any position📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
src/cli.rs(+0 -1)📄 Description
Currently options following regular arguments are not interpreted as options. This fixes that.
Users can still treat values starting with a hyphen (
-) as regular arguments by using--, e.g.:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.