Open
Conversation
The linked criticism to getopt only applies to the legacy stuff, which has no long arg support to start with.
Owner
|
Thank you for the PR, I could merge it right away, but it would be even better if you could include some kind of reference that would support the non-standard claim. Do you have something fitting in your sleeve? |
Author
|
I think the FreeBSD getopt(1) manpage would be the place. The BSD people always document the history and standards (if any) well. I might not do this immediately though, since I am too tired right now to type more code on a phone… (and my laptop screen is dead) |
Owner
|
https://man.freebsd.org/cgi/man.cgi?query=getopt&apropos=0&sektion=1&manpath=FreeBSD+15.0-CURRENT&arch=default&format=html points out some issues, but probably not the same that you specify. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The linked criticism to getopt only applies to the legacy stuff, which has no long arg support to start with.