coreos / fedora-coreos-cincinnati

Backend for Fedora CoreOS auto-updates (Cincinnati server)
Other
12 stars 16 forks source link

cargo: port from structopt to clap-v3 #85

Closed lucab closed 2 years ago

lucab commented 2 years ago

For CLI handling we are currently using structopt.

However nowadays we are hitting the ceiling of unmaintained transitive dependencies: https://github.com/clap-rs/clap/discussions/4172

As suggested in the discussion post, at this point we should move to clap v3.