gargoyle_digest_argv
does not honor GARGOYLE_FLG_STRCT
#6
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: uplime/gargoyle#6
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?
gargoyle_digest_argv
currently rejects any unknown argument. To conform with the behavior ingargoyle_digest_envh
, it should only reject unknown arguments ifGARGOYLE_FLG_STRCT
is set. Otherwise, the parser should just skip it and move onto the next argument.Fixed in
60b54e37c0