1
2
Fork
You've already forked python-argumentor
2

bug: short commands interprets short options as values when combined #9

Open
opened 2025年11月30日 23:15:17 +01:00 by camelia · 0 comments

When short commands expect a value, they interpret anything that is combined with them as a value instead of parsing short options.

This results in:

./program -Qq test

to be standardized as:

./program -Q q test

instead of:

./program -Q -q test
When short commands expect a value, they interpret anything that is combined with them as a value instead of parsing short options. This results in: ``` ./program -Qq test ``` to be standardized as: ``` ./program -Q q test ``` instead of: ``` ./program -Q -q test ```
camelia changed title from (削除) bug: short commands interpret short options as values when combined (削除ここまで) to bug: short commands interprets short options as values when combined 2025年11月30日 23:17:45 +01:00
camelia referenced this issue from a commit 2025年12月01日 13:46:41 +01:00
camelia added spent time 2025年12月01日 14:15:44 +01:00
36 minutes
Sign in to join this conversation.
main
main
release/2.1.0
feat/2512-hide-aliases
pages
release/2.0.0
pre-v0.0.4
2.0.0
v1.1.0
v1.0.0
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
Labels
Clear labels
Compat/Breaking

Breaking change that won't be backward compatible
Kind/Bug

Something is not working
Kind/Documentation

Documentation changes
Kind/Enhancement

Improve existing functionality
Kind/Feature

New functionality
Kind/Release

This is a new release
Kind/Security

This is security issue
Kind/Testing

Issue or pull request related to testing
Priority
Critical

The priority is critical
Priority
High

The priority is high
Priority
Low

The priority is low
Priority
Medium

The priority is medium
Reviewed
Confirmed

Issue has been confirmed
Reviewed
Duplicate

This issue or pull request already exists
Reviewed
Invalid

Invalid issue
Reviewed
Won't Fix

This issue won't be fixed
Status
Abandoned

Somebody has started to work on this but abandoned work
Status
Blocked

Something is blocking this issue or pull request
Status
Need More Info

Feedback is required to reproduce issue or to continue work
Status
Needs triage
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Total time spent: 36 minutes
camelia
36 minutes
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks
#10 WIP: release/2.1.0
camelia/python-argumentor
Reference
camelia/python-argumentor#9
Reference in a new issue
camelia/python-argumentor
No description provided.
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?