Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

epage
Copy link
Member

@epage epage commented Jun 10, 2024

Fixes #5526

@epage epage enabled auto-merge June 10, 2024 14:17
@epage epage merged commit be2e5ca into clap-rs:master Jun 10, 2024
@epage epage deleted the min branch June 10, 2024 14:24
let _ = write!(
styled,
"{}{min_values}{} more values required by '{}{invalid_arg}{}'; only {}{actual_num_values}{}{were_provided}",
"{}{min_values}{} values required by '{}{invalid_arg}{}'; only {}{actual_num_values}{}{were_provided}",
Copy link

Choose a reason for hiding this comment

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

👍

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.

num_args = 2.. does not error with 0 args and error has incorrect wording with 1 arg

2 participants