Add short flag for passing --http-upgrade-path-prefix

This commit is contained in:
Σrebe - Romain GERARD 2024-01-08 13:34:05 +01:00
parent 57e03a1e4c
commit f373293ede
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4

View file

@ -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,