mirror of
https://github.com/clap-rs/clap
synced 2025-01-18 23:53:54 +00:00
Merge pull request #4486 from jpgrayson/master
fix: ContextKind.as_str() spellings
This commit is contained in:
commit
df1efb4c53
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ impl ContextKind {
|
|||
Self::InvalidSubcommand => Some("Invalid Subcommand"),
|
||||
Self::InvalidArg => Some("Invalid Argument"),
|
||||
Self::PriorArg => Some("Prior Argument"),
|
||||
Self::ValidSubcommand => Some("Value Subcommand"),
|
||||
Self::ValidValue => Some("Value Value"),
|
||||
Self::ValidSubcommand => Some("Valid Subcommand"),
|
||||
Self::ValidValue => Some("Valid Value"),
|
||||
Self::InvalidValue => Some("Invalid Value"),
|
||||
Self::ActualNumValues => Some("Actual Number of Values"),
|
||||
Self::ExpectedNumValues => Some("Expected Number of Values"),
|
||||
|
|
Loading…
Reference in a new issue