clap-rs / clap

A full featured, fast Command Line Argument Parser for Rust
docs.rs/clap
Apache License 2.0
13.65k stars 1.02k forks source link

docs(examples): Add examples of same names multiple options. #5456

Closed zippy-dice closed 2 months ago

zippy-dice commented 2 months ago

The examples 03_02_option_mult_derive in https://docs.rs/clap/latest/clap/_derive/_tutorial/chapter_2/index.html#options did not include a case where the same option name is specified multiple times. This PR adds such examples.

epage commented 2 months ago

Thanks!

zippy-dice commented 2 months ago

Thank you as well! I appreciate your support.