kyclark / command-line-rust

Code for Command-Line Rust (O'Reilly, 2024, ISBN 9781098109417)
https://learning.oreilly.com/library/view/command-line-rust/9781098109424/
MIT License
1.55k stars 252 forks source link

confusing branch names #21

Open anemochore opened 4 months ago

anemochore commented 4 months ago

While v2 is out of the question, readme says main is 'clap v4 derive pattern' and clap_v4_builder is 'clap v4 builder pattern'. But actual branches are more than that: main, clap_v4_builder, clap_v4_derive, and clap v4. image

If readme is correct, what are these other branches? It's confusing. I think it'll be more helpful to readers to cut down branches (or at least update readme).