From f373293ede98e71d066fd9093bca463932c7cbbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Mon, 8 Jan 2024 13:34:05 +0100 Subject: [PATCH] Add short flag for passing --http-upgrade-path-prefix --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index c0ac3f4..8666fcd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,