//! Node command arguments
//!//! Internal command for running bundled nodes directly.
//! Used by standalone mode to avoid requiring project builds.
useclap::Args;#[derive(Args, Debug)]pubstructNodeArgs{/// Name of the node to run
pubname: String,
}