refactor(cli): embed banner.txt content as CLI long_about description
This commit is contained in:
@@ -18,8 +18,6 @@ use crate::{
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
println!("{}", include_str!("./banner.txt"));
|
||||
|
||||
let cli = Cli::parse();
|
||||
init_tracing(cli.verbose);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user