Add .strictOptionalOptionArguments() for POSIX-style handling of options with optional option-arguments#1951
Closed
aweebit wants to merge 6 commits intotj:developfrom
Closed
Conversation
Eliminates redundant calls and checks. (cherry picked from commit dd2c9c8)
Collaborator
|
This is something I have been thinking about for years. I will be interested to see how you have approached it, but may choose to do it myself. |
baaae81 to
7577e65
Compare
Contributor
Author
|
(Force pushed to undo the merge with #1950.) |
This was referenced Aug 12, 2023
Closed
Collaborator
|
Leaving #1901 open to see if there is any interest or compelling use cases. There are some extra commits in this PR, the relevant commits to the strict optionals are: See also a different approach in #1984 where the help shows the flags as supplied by author and up to author to format appropriately. |
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.
Fixes #1901.
ChangeLog
Added
.strictOptionalOptionArguments()for POSIX-style handling of options with optional option-arguments