fix: remove unnecessary rename_all clap parameter
This commit is contained in:
parent
65381889ed
commit
bbaa094f00
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