feat: New issue view command to view an issue

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-06-09 22:06:56 +00:00
parent 76b76bc8d6
commit da96985a40
5 changed files with 147 additions and 1 deletions

View File

@@ -81,6 +81,10 @@ pub enum N34Error {
EmptySetNaddrs(String),
#[error("The set '{0}' doesn't contain any relays. Use 'sets update' to add addresses to it.")]
EmptySetRelays(String),
#[error(
"Issue not found, make sure it is in the relays and make sure that the ID is an issue ID"
)]
CanNotFoundIssue,
}
impl N34Error {