mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-06 15:33:27 +02:00
add color eyre
This commit is contained in:
@@ -4,6 +4,8 @@ pub mod cli;
|
||||
mod cli_generate;
|
||||
|
||||
fn main() -> eyre::Result<()> {
|
||||
color_eyre::install().unwrap();
|
||||
|
||||
let args = std::env::args();
|
||||
let args = args.collect::<Vec<String>>();
|
||||
let args = args.iter().map(|s| s.as_str()).collect::<Vec<&str>>();
|
||||
|
Reference in New Issue
Block a user