fix: with test changes

This commit is contained in:
2023-02-18 15:57:16 +01:00
parent a2036838de
commit d72313051b
2 changed files with 52 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ pub mod cli;
mod cli_generate;
fn main() -> eyre::Result<()> {
// test change
color_eyre::install().unwrap();
let args = std::env::args();