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

@@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed ### Removed
- Remove the `--repo` option and make the repo an argument - by Awiteb - Remove the `--repo` option and make the repo an argument - by Awiteb
- Remove the `--to` flag from `reply` command and make it an argument - by Awiteb
## [0.2.0] - 2025-06-01 ## [0.2.0] - 2025-06-01

View File

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