diff --git a/src/cli.rs b/src/cli.rs index 0e0eaff..e81b455 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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,