mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(cli): fix clap deprecated warnings (#6872)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
@ -38,7 +38,7 @@ impl RethCliExt for MyRethCliExt {
|
||||
#[derive(Debug, Clone, Copy, Default, clap::Args)]
|
||||
struct RethCliTxpoolExt {
|
||||
/// CLI flag to enable the txpool extension namespace
|
||||
#[clap(long)]
|
||||
#[arg(long)]
|
||||
pub enable_ext: bool,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user