refactor: UiColors -> colors module

This commit is contained in:
graelo 2021-03-19 09:39:30 +01:00
parent de1aa3889c
commit d119ce6b0d
4 changed files with 50 additions and 49 deletions

View file

@ -98,7 +98,7 @@ pub struct CliOpt {
unique_hint: bool,
#[clap(flatten)]
colors: ui::UiColors,
colors: colors::UiColors,
/// Align hint with its match.
#[clap(long, arg_enum, default_value = "leading")]