mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-16 15:07:53 +00:00
chore: add about and version to cli
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user