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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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)]
|
||||||
|
|||||||
Reference in New Issue
Block a user