diff --git a/src/main.rs b/src/main.rs index e735109..04cbc8a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,7 +4,7 @@ pub mod config_models; pub mod utils; #[derive(Parser)] -#[command(author, version, about, long_about = None)] +#[command(author ,version = "0.1.0", about = "V2ray URI parser", long_about = None)] struct Cli { uri: String, #[arg(short, long, value_name = "socksport")]