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