From c0e7c8f93a53258b2b474e5bbdc7d890c3ebd984 Mon Sep 17 00:00:00 2001 From: Keivan-sf Date: Sun, 27 Jul 2025 22:11:58 +0330 Subject: [PATCH] Change the name to v2-uri-parser in command line --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index a40e9f4..5d8f6ff 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,7 +4,7 @@ mod parser; pub mod utils; fn main() { - let matches = Command::new("v2ray-uri-parser") + let matches = Command::new("v2-uri-parser") .version("0.2.0") .about("Parses V2ray URI and generates JSON config for xray") .arg(