pub type OptCallback<Ctx> = for<'a> fn(Option<&'a str>, &mut Ctx) -> Result<(), Box<dyn Error>>;
Each option/flag invokes a callback.