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(assert): Allow stateful value parsers #5017

Merged
merged 1 commit into from Jul 18, 2023
Merged

Conversation

epage
Copy link
Member

@epage epage commented Jul 18, 2023

We'll need to re-evaluate how to solve #3202.

Fixes #4643

We'll need to re-evaluate how to solve clap-rs#3202.

Fixes clap-rs#4643
@epage epage merged commit 6b80a72 into clap-rs:master Jul 18, 2023
21 checks passed
@epage epage deleted the assert branch July 18, 2023 20:00
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.

assert_defaults assumes parsers are stateless (e.g. don't check file system for a files existence)
1 participant