Former-commit-id: c5fc7e21a9c1f3815785c61d7b317728da4204c6 [formerly 5e046d3f7bbdf696a56be1b97685d55a8ed11b44] [formerly 9ae6ca6b75543dafc48c8e980c2084ecfba4e092 [formerly 1c7c67e924e745929b2be90c93809e4dd02027ee]]
Former-commit-id: a6fef92e596e9538e0b3a3e61320943e2fcdba97 [formerly 49fa7c06032b4c347a37b7d33fee76a7e98de00c]
Former-commit-id: 3cb1a83fb261e29a4fbf99a9b639f231e5845833
Former-commit-id: 73fb08ed668ac94534364998f86a64757552b615
Former-commit-id: fb4dff1ef060a36be357012eba8d53167aa34498
Former-commit-id: 29f668d9cfb50d2eb6374e1cfbc739262928696a [formerly 367a6ae7b50cf64b96a790034119823334faf01a]
Former-commit-id: 862dbb844af266510103a2581a6d12f4ab836c90
This commit is contained in:
Σrebe - Romain GERARD 2023-10-21 14:15:27 +02:00
parent e11a04eda8
commit 6de44d2d61

View file

@ -44,8 +44,8 @@ struct Wstunnel {
#[derive(clap::Subcommand, Debug)]
enum Commands {
Client(Client),
Server(Server),
Client(Box<Client>),
Server(Box<Server>),
}
#[derive(clap::Args, Debug)]
struct Client {