remove: Remove the --to flag from reply command and make it an argument

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-06-29 20:24:47 +00:00
parent da284a084c
commit 6467bc3bb5
2 changed files with 2 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ const MAX_DATE: i64 = 253370764800;
)]
pub struct ReplyArgs {
/// The issue, patch, or comment to reply to
#[arg(long, value_name = "nevent1-or-note1")]
#[arg(value_name = "nevent1-or-note1")]
to: NostrEvent,
/// Quote the replied-to event in the editor
#[arg(long)]