Skip to content

Commit

Permalink
feat: ✨ Remove the banner
Browse files Browse the repository at this point in the history
  • Loading branch information
AntwortEinesLebens committed Nov 3, 2024
1 parent da375d3 commit 1c5f69f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,7 @@ use cli::{Arguments, Commands};
use std::error::Error;
use traces::Runnable;

fn banner() {
let banner: &str = "
██  ██  █████  ██████ 
██  ██ ██   ██ ██      
██  █  ██ ███████ ██  ███ 
██ ███ ██ ██   ██ ██  ██ 
 ███ ███  ██  ██  ██████ 
";
println!("{}", banner);
}

fn main() -> Result<(), Box<dyn Error>> {
banner();

match Arguments::parse().command {
Commands::Traces(action) => action.run()?,
};
Expand Down

0 comments on commit 1c5f69f

Please sign in to comment.