fix: remove unnecessary rename_all clap parameter
This commit is contained in:
parent
3d49b36f33
commit
1b7fb6aeaa
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ struct Args {
|
|||
remote_addr: SocketAddr,
|
||||
|
||||
/// The action to perform
|
||||
#[clap(subcommand, rename_all = "kebab-case")]
|
||||
#[clap(subcommand)]
|
||||
action: Action,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue