coreos/zincati

cli: port from structopt to clap-v3

lucab opened this issue · 0 comments

lucab commented

For CLI handling we are currently using structopt:

structopt = "0.3"

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.