Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Aug 31, 2024
1 parent 57c05df commit 7f2e86e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions bin/hera/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ pub(crate) enum HeraSubcommand {
Network(network::NetworkCommand),
}

/// Subcommands for the CLI.
#[derive(Debug, Clone, Subcommand)]
pub(crate) enum HeraSubcommand {
/// Run the standalone Hera node.
Node(node::NodeCommand),
/// Networking utility commands.
Network(network::NetworkCommand),
}

#[tokio::main]
async fn main() -> Result<()> {
// Parse arguments.
Expand Down

0 comments on commit 7f2e86e

Please sign in to comment.