LPGhatguy / aftman

Aftman, the prodigal sequel to Foreman
MIT License
160 stars 18 forks source link

Migrate from `structopt` to `clap` #15

Closed ok-nick closed 2 years ago

ok-nick commented 2 years ago

clap has recently integrated structopt directly via the derive feature flag. As structopt is now in maintenance mode it should be preferable to make the switch.

LPGhatguy commented 2 years ago

I did the port for Rojo recently and it was super easy. Should be able to do this whenever.