aftman
aftman copied to clipboard
Migrate from `structopt` to `clap`
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.
I did the port for Rojo recently and it was super easy. Should be able to do this whenever.