Conversation
Also const'ifies a bunch of things. I would recommend not to use this unofficial package. I'm currently maintaining this for some personal projects, but will most likely move to something else.
psyomn
force-pushed
the
psyomn/pull-request-info
branch
from
June 15, 2026 00:10
e161f35 to
3ea0342
Compare
psyomn
commented
Jun 15, 2026
| @@ -0,0 +1,13 @@ | |||
| .{ | |||
| .name = .getopt, | |||
| .fingerprint = 0x2a601179a88802bf, | |||
Author
There was a problem hiding this comment.
I'm not sure you'll want to merge this part, but I'm leaving this here as a template (if you ever want to take this up).
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.
Thanks for getopt.
I use this on a project, and am sharing the updates in case they help someone, that likes getopt style arg parsing.
The interface had to change a tiny bit.
Cheers!