src/cli.rs:gnostr git+nostr

This commit is contained in:
randymcmillan 2023-10-03 13:24:34 -04:00
parent 16a6b111d3
commit 2caadf766f
No known key found for this signature in database
GPG Key ID: 85495A938B7F78DF

View File

@ -1,7 +1,7 @@
use clap::Parser;
#[derive(Parser)]
#[command(about = "A nostr relay written in Rust", author = env!("CARGO_PKG_AUTHORS"), version = env!("CARGO_PKG_VERSION"))]
#[command(about = "gnostr: git+nostr rust relay", author = env!("CARGO_PKG_AUTHORS"), version = env!("CARGO_PKG_VERSION"))]
pub struct CLIArgs {
#[arg(
short,