mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-30 01:28:21 -05:00
chore: make unit type default (#4916)
This commit is contained in:
@@ -135,7 +135,7 @@ impl RethNodeCommandConfig for () {}
|
||||
/// Note: This type must be manually filled with a [RethNodeCommandConfig] manually before executing
|
||||
/// the [NodeCommand](crate::node::NodeCommand).
|
||||
#[derive(Debug, Clone, Copy, Default, Args)]
|
||||
pub struct NoArgs<T> {
|
||||
pub struct NoArgs<T = ()> {
|
||||
#[clap(skip)]
|
||||
inner: Option<T>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user