Skip to content

Commit

Permalink
Add clap meta
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcph4 committed Jan 17, 2025
1 parent 2b0bcf8 commit 026a648
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ use std::path::PathBuf;
use clap::Parser;
use url::Url;

/// Minimalist TUI block explorer and chain indexer
#[derive(Clone, Debug, Parser)]
#[clap(version, about, author)]
pub struct Opts {
#[clap(short, long, default_value = "wss://eth.merkle.io")]
pub rpc: Url,
Expand Down

0 comments on commit 026a648

Please sign in to comment.