chore: rm unused cli args (#14295)

This commit is contained in:
Matthias Seitz
2025-02-07 10:40:24 +01:00
committed by GitHub
parent d07db4bbe0
commit 69050721ea
4 changed files with 2 additions and 173 deletions

View File

@ -236,7 +236,7 @@ pub enum Commands<C: ChainSpecParser, Ext: clap::Args + fmt::Debug> {
Config(config_cmd::Command),
/// Various debug routines
#[command(name = "debug")]
Debug(debug_cmd::Command<C>),
Debug(Box<debug_cmd::Command<C>>),
/// Scripts for node recovery
#[command(name = "recover")]
Recover(recover::Command<C>),