rust-cookbook icon indicating copy to clipboard operation
rust-cookbook copied to clipboard

Use clap-derive instead of raw clap for argument parsing

Open nyurik opened this issue 3 years ago • 2 comments
trafficstars

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?

nyurik avatar May 26 '22 01:05 nyurik

I'd like to work on this!

Can I pick this up?

KaviiSuri avatar Oct 01 '22 15:10 KaviiSuri