panamax-rs / panamax

Mirror rustup and crates.io repositories, for offline Rust and cargo usage.
Apache License 2.0
443 stars 46 forks source link

Moving from `structopt` to `clap` #68

Closed ricked-twice closed 2 years ago

ricked-twice commented 2 years ago

From structopt documentation:

As clap v3 is now out, and the structopt features are integrated into (almost as-is), structopt is now in maintenance mode: no new feature will be added.

I think it would be better to move to clap. I'll try to submit a PR for that.

ricked-twice commented 2 years ago

Close by #69.