diff --git a/src/cli.rs b/src/cli.rs index 2cbb561..8b91a15 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -148,7 +148,7 @@ pub struct ProxyArgs { /// Proxy preview image urls #[arg(name = "images", short, long)] pub intercept_images: bool, - #[arg(name = "domain", default_value_t = {"http://localhost:22252".into()})] + #[arg(name = "domain", short, long, default_value_t = {"http://localhost:22252".into()})] pub domain_root: String, }