mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-16 06:57:52 +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;
|
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")]
|
||||||
|
|||||||
Reference in New Issue
Block a user