diff --git a/src/main.rs b/src/main.rs index 9221c07..568efe8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -35,7 +35,7 @@ struct Args { remote_addr: SocketAddr, /// The action to perform - #[clap(subcommand, rename_all = "kebab-case")] + #[clap(subcommand)] action: Action, }