tbillington / kondo

Cleans dependencies and build artifacts from your projects.
MIT License
1.79k stars 51 forks source link

Replace structopt with clap/clap-derive #82

Closed s-aditya-k closed 1 year ago

s-aditya-k commented 1 year ago

structopt is a dated crate currently in maintenance, receiving no updates at this time. clap-derive (within the clap crate) is the continuation of structopt. Using clap opens the door to shell completion as well.

tbillington commented 1 year ago

This looks great, thank you :) !