chore: add about and version to cli

This commit is contained in:
Keivan-sf
2023-11-09 12:53:59 +03:30
parent 50f1d6d018
commit 38743bbc25

View File

@@ -4,7 +4,7 @@ pub mod config_models;
pub mod utils; pub mod utils;
#[derive(Parser)] #[derive(Parser)]
#[command(author, version, about, long_about = None)] #[command(author ,version = "0.1.0", about = "V2ray URI parser", long_about = None)]
struct Cli { struct Cli {
uri: String, uri: String,
#[arg(short, long, value_name = "socksport")] #[arg(short, long, value_name = "socksport")]