mirror of
https://github.com/SkyfallWasTaken/dinopkg.git
synced 2024-11-10 04:09:39 +00:00
Install color_eyre
This commit is contained in:
parent
4db902d286
commit
0eb1a7e178
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ async fn main() -> Result<()> {
|
|||
let env = Env::new()
|
||||
.filter("DINOPKG_LOG")
|
||||
.write_style("DINOPKG_LOG_STYLE");
|
||||
color_eyre::install()?;
|
||||
env_logger::try_init_from_env(env)?;
|
||||
|
||||
let cli = Cli::parse();
|
||||
|
|
Loading…
Reference in a new issue