mirror of
https://github.com/SkyfallWasTaken/dinopkg.git
synced 2024-11-13 01:12:24 +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()
|
let env = Env::new()
|
||||||
.filter("DINOPKG_LOG")
|
.filter("DINOPKG_LOG")
|
||||||
.write_style("DINOPKG_LOG_STYLE");
|
.write_style("DINOPKG_LOG_STYLE");
|
||||||
|
color_eyre::install()?;
|
||||||
env_logger::try_init_from_env(env)?;
|
env_logger::try_init_from_env(env)?;
|
||||||
|
|
||||||
let cli = Cli::parse();
|
let cli = Cli::parse();
|
||||||
|
|
Loading…
Reference in a new issue