mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
fix: ContextKind.as_str() spellings
Signed-off-by: Peter Grayson <pete@jpgrayson.net>
This commit is contained in:
parent
ba32ab87b2
commit
d9c9c7bdd8
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