mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +00:00
docs: Parent SubcommandPrecedenceOverArg under AppSettings
We have it marked as an `ArgSettings` when it is an `AppSettings`.
This commit is contained in:
parent
58b0fe537e
commit
23b988e064
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ Added `std`, `cargo`, `derive` features.
|
|||
* `AppSettings::HelpRequired`
|
||||
* `AppSettings::NoAutoHelp`
|
||||
* `AppSettings::NoAutoVersion`
|
||||
* `ArgSettings::SubcommandPrecedenceOverArg`
|
||||
* `AppSettings::SubcommandPrecedenceOverArg`
|
||||
|
||||
#### Enhancements
|
||||
|
||||
|
|
Loading…
Reference in a new issue