cli: port from structopt to clap-v3
lucab opened this issue · 0 comments
lucab commented
For CLI handling we are currently using structopt
:
Line 39 in e723cc7
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.