feat: add name

This commit is contained in:
2021-07-03 19:15:52 +08:00
parent 144ed41e35
commit 7c1f7602c4

View File

@@ -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();