Closed tabokie closed 2 years ago
You can use clap-v3.0 beta, which shares nearly the same usage as structopt. We have refactored from structopt to clap-v3.0 in TiKV before
Hi, I want to do this work, plz assign it to me
Thanks! /assign @ztelur
should we use clap-v3.0 or structopt?
clap is fine, you can update ctl to use clap too.
Similar to ctl tool, we can replace the use of clap with structopt in stress. It can greatly simplify the code.