ostreedev/ostree-rs-ext

cli: port from structopt to clap-v3

lucab opened this issue · 2 comments

lucab commented

For CLI handling we are currently using structopt:

structopt = "0.3.21"

However nowadays we are hitting the ceiling of unmaintained transitive dependencies:
clap-rs/clap#4172

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

I'd started a WIP on this in #345

lucab commented

Thanks for the reference, I'll take over that PR.