Fix domain cli arg
This commit is contained in:
parent
a5d2a4615a
commit
6d68f76482
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ pub struct ProxyArgs {
|
||||||
/// Proxy preview image urls
|
/// Proxy preview image urls
|
||||||
#[arg(name = "images", short, long)]
|
#[arg(name = "images", short, long)]
|
||||||
pub intercept_images: bool,
|
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,
|
pub domain_root: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue