pgetopts: recognise "-" as non-option and end option parsing #31
Labels
No labels
blocked
bug
ciritical
code improvement
duplicate
feature
in progress
low
normal
research
spec change
ui
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
w21/jpylib#31
Loading…
Add table
Add a link
Reference in a new issue
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?
Currently an argument of "-" is recognised as "here are options", but as there are no options, effectively ignored. This is a bug.
I want to be able to use this as a regular command argument, often standing for "use stdin instead of a file named here". Thus, pgetopts shall see this as a normal, option-parsing-ending command argument. This is a feature.
Must be documented.
assigned to @ni
changed the description