From 7c1f7602c4bae0fd70a74f26b0345368e49319f4 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 3 Jul 2021 19:15:52 +0800 Subject: [PATCH] feat: add name --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index bfdeb97..c79f8af 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,7 +15,7 @@ use rust_util::util_msg::{clear_lastline, flush_stdout}; #[tokio::main] async fn main() { - let matches = App::new("") + let matches = App::new("wacat-rs") .arg(Arg::with_name("connect").short("c").long("connect").takes_value(true).help("WebSocket URL")) .arg(Arg::with_name("disable-ping-pong").long("disable-ping-pong").help("Disable ping/pong")) .get_matches();