mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 07:17:26 +00:00
docs(exmaples): Drop syntax variants.
This commit is contained in:
parent
f3de5079d6
commit
a9ccb3edb5
1 changed files with 0 additions and 12 deletions
|
@ -18,18 +18,6 @@ name: ["bob"]
|
|||
$ 03_02_option_mult_derive --name bob --name john
|
||||
name: ["bob", "john"]
|
||||
|
||||
$ 03_02_option_mult_derive --name=bob
|
||||
name: ["bob"]
|
||||
|
||||
$ 03_02_option_mult_derive -n bob
|
||||
name: ["bob"]
|
||||
|
||||
$ 03_02_option_mult_derive -n=bob
|
||||
name: ["bob"]
|
||||
|
||||
$ 03_02_option_mult_derive -nbob
|
||||
name: ["bob"]
|
||||
|
||||
$ 03_02_option_mult_derive --name bob --name=john -n tom -n=chris -nsteve
|
||||
name: ["bob", "john", "tom", "chris", "steve"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue