Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mandatory parameters #221

Merged
merged 5 commits into from
Jan 22, 2024
Merged

Conversation

fpellet
Copy link
Contributor

@fpellet fpellet commented Jan 19, 2024

Here's a suggested correction for the regression in #127

resolves: #220

src/Argu/Parsers/Cli.fs Outdated Show resolved Hide resolved
src/Argu/Parsers/Cli.fs Outdated Show resolved Hide resolved
Copy link
Member

@bartelink bartelink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking the time to analyse and fix!

I'm not terribly familiar with this area of the code so no comments on the impl approach other than pointing out syntax things

Main thing is the test cases are good and the problem is solved.

Can you add a changelog entry to the release notes please?

@bartelink
Copy link
Member

Thanks for your time and effort; releasing shortly

@bartelink bartelink merged commit e0f5c5d into fsprojects:master Jan 22, 2024
4 checks passed
bartelink pushed a commit to bartelink/Argu that referenced this pull request Feb 19, 2024
bartelink pushed a commit to bartelink/Argu that referenced this pull request Feb 28, 2024
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression: Fail always on mandatory
2 participants