Use color_eyre (#173)

This commit is contained in:
Rebecca Turner
2022-11-11 09:39:29 -05:00
committed by Thomas Schönauer
parent e84173be8f
commit 2cbb7db66d
34 changed files with 216 additions and 72 deletions

View File

@@ -6,7 +6,7 @@ use std::{env, path::Path};
use crate::command::CommandExt;
use crate::Step;
use anyhow::Result;
use color_eyre::eyre::Result;
use directories::BaseDirs;
use home;
use ini::Ini;