mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 07:17:26 +00:00
docs: Provide a better example for positional arg append under derive
This commit is contained in:
parent
e6436a0967
commit
3250bcec4c
1 changed files with 3 additions and 0 deletions
|
@ -17,4 +17,7 @@ name: []
|
|||
$ 03_03_positional_mult_derive bob
|
||||
name: ["bob"]
|
||||
|
||||
$ 03_03_positional_mult_derive bob john
|
||||
name: ["bob", "john"]
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue