fix: remove unnecessary rename_all clap parameter

This commit is contained in:
Xiretza 2022-06-17 22:01:01 +02:00
parent 3d49b36f33
commit 1b7fb6aeaa
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ struct Args {
remote_addr: SocketAddr,
/// The action to perform
#[clap(subcommand, rename_all = "kebab-case")]
#[clap(subcommand)]
action: Action,
}