fix: remove unnecessary rename_all clap parameter

This commit is contained in:
Xiretza 2022-06-17 22:01:01 +02:00
parent 65381889ed
commit bbaa094f00

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