Trait Options
common::run
pub trait Options: Clap { pub fn color(&self) -> Option<ColorChoice>; }
pub fn color(&self) -> Option<ColorChoice>