mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
docs: Fix numbers of list entries in FAQ.md
This commit is contained in:
parent
c3f8c8938f
commit
f9d926550a
1 changed files with 2 additions and 2 deletions
|
@ -57,12 +57,12 @@ Depending on the style in which you choose to define the valid arguments, `clap`
|
|||
|
||||
### How many approaches are there to create an App/Arg?
|
||||
|
||||
To build an `App` there are three:
|
||||
To build an `App` there are two:
|
||||
|
||||
- Derive Macros
|
||||
- Builder Pattern
|
||||
|
||||
To build an `Arg` there are four:
|
||||
To build an `Arg` there are two:
|
||||
|
||||
- Derive Macros
|
||||
- Builder Pattern
|
||||
|
|
Loading…
Reference in a new issue