Add short flag for passing --http-upgrade-path-prefix
This commit is contained in:
parent
57e03a1e4c
commit
f373293ede
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ struct Client {
|
|||
/// Use a specific prefix that will show up in the http path during the upgrade request.
|
||||
/// Useful if you need to route requests server side but don't have vhosts
|
||||
#[arg(
|
||||
short = 'P',
|
||||
long,
|
||||
default_value = "v1",
|
||||
verbatim_doc_comment,
|
||||
|
|
Loading…
Reference in a new issue