As noted in #178 we should use structopt for argument parsing, as that provides a much more user-friendly interface than getopt. There is currently some getopt argument parsing in the explorer configuration which should be converted to structopt. In particular, explorer::config::Config should #[derive(StructOpt)].
As noted in #178 we should use structopt for argument parsing, as that provides a much more user-friendly interface than getopt. There is currently some getopt argument parsing in the explorer configuration which should be converted to structopt. In particular,
explorer::config::Configshould#[derive(StructOpt)].