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(derive): Treat default_value_os like default_value #3170

Merged
merged 1 commit into from
Dec 13, 2021

Conversation

epage
Copy link
Member

@epage epage commented Dec 13, 2021

The test went from panicing to not-panicing

Fixes #3031

The test went from panicing to not-panicing

Fixes clap-rs#3031
@epage epage added the M-unreviewed Meta: Request for post-merge review. label Dec 13, 2021
@epage epage merged commit 05cf230 into clap-rs:master Dec 13, 2021
@epage epage deleted the default branch December 13, 2021 22:37
@pksunkara pksunkara removed the M-unreviewed Meta: Request for post-merge review. label Dec 14, 2021
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.

'Argument 'x' is required and can't have a default value' when using default_value_os with #[derive(Clap)]
2 participants