breaking: no more shortend -s for --socksport

This commit is contained in:
Keivan-sf
2025-07-26 19:26:20 +03:30
parent 81c930193b
commit 4173b1f964
2 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ pub mod utils;
#[command(author ,version = "0.1.1", about = "V2ray URI parser", long_about = None)]
struct Cli {
uri: String,
#[arg(short, long, value_name = "socksport")]
#[arg(long, value_name = "socksport")]
socksport: Option<u16>,
#[arg(long, value_name = "httpport")]
httpport: Option<u16>,