rust-lang-nursery / rust-cookbook

https://rust-lang-nursery.github.io/rust-cookbook
Creative Commons Zero v1.0 Universal
2.24k stars 286 forks source link

Use clap-derive instead of raw clap for argument parsing #665

Open nyurik opened 2 years ago

nyurik commented 2 years ago

Now that structopt has been merged into clap, I think it would be simpler for novice users to use clap derive instead of the original clap code. Are there any objections to migrating to this method?

KaviiSuri commented 1 year ago

I'd like to work on this!

Can I pick this up?