@@ -54,7 +54,7 @@ pub enum IssueSubcommands {
|
||||
Reopen(ReopenArgs),
|
||||
/// Closes an open issue.
|
||||
Close(CloseArgs),
|
||||
/// Resolves an open issue.
|
||||
/// Resolves an issue.
|
||||
Resolve(ResolveArgs),
|
||||
/// List the repositories issues.
|
||||
List(ListArgs),
|
||||
|
||||
@@ -34,7 +34,7 @@ pub struct ResolveArgs {
|
||||
/// If omitted, looks for a `nostr-address` file.
|
||||
#[arg(value_name = "NADDR-NIP05-OR-SET", long = "repo")]
|
||||
naddrs: Option<Vec<NaddrOrSet>>,
|
||||
/// The open issue id to resolve it
|
||||
/// The issue id to resolve it
|
||||
issue_id: NostrEvent,
|
||||
}
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ pub enum PatchSubcommands {
|
||||
Fetch(FetchArgs),
|
||||
/// Closes an open or drafted patch.
|
||||
Close(CloseArgs),
|
||||
/// Converts the closed or open patch to draft state.
|
||||
/// Converts an open patch to draft state.
|
||||
Draft(DraftArgs),
|
||||
/// Reopens a closed or drafted patch.
|
||||
Reopen(ReopenArgs),
|
||||
|
||||
@@ -30,9 +30,7 @@ use crate::error::N34Result;
|
||||
pub enum RepoSubcommands {
|
||||
/// View details of a nostr git repository
|
||||
View(ViewArgs),
|
||||
/// Publish information about a git repository to Nostr for collaboration
|
||||
/// and feedback. Can also be used to update an existing repository's
|
||||
/// details.
|
||||
/// Broadcast and update a git repository
|
||||
Announce(AnnounceArgs),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user