/// Parse the command line options and check for ambiguous or inconsistent settings
fn get_verified_options() -> Result<Opt, String> {
let opt = Opt::from_args();
/// Parse the command line options and check for ambiguous or inconsistent settings
fn get_verified_options() -> Result<Opt, String> {
let opt = Opt::from_args();