fix: Not to return an error if nostr-address file does not exist

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-06-14 10:44:15 +00:00
parent ec08a1febc
commit 1651fd5a47
2 changed files with 13 additions and 3 deletions

View File

@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New `patch fetch` command to fetch patches - by Awiteb
- New `issue {reopen,close,resolve}` commands to manage issue status - by Awiteb
### Fixed
- Not to return an error if `nostr-address` file does not exist - by Awiteb
### Refactor
- Store the config in `CliOptions` instead of its path - by Awiteb