Switch to using clap3 and the derive feature, rather than the outdated structopt crate
This is related to the way our CLI is implemented. We should update to the newer clap and thus shift from structopt to clap-derive.
Edited by Daniel Silverstone
This is related to the way our CLI is implemented. We should update to the newer clap and thus shift from structopt to clap-derive.