remove: Remove the --repo option and make the repo an argument
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
@@ -33,6 +33,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Store the config in `CliOptions` instead of its path - by Awiteb
|
||||
- Improve commands running and make the signer optional for some commands - by Awiteb
|
||||
|
||||
### Removed
|
||||
|
||||
- Remove the `--repo` option and make the repo an argument - by Awiteb
|
||||
|
||||
## [0.2.0] - 2025-06-01
|
||||
|
||||
### Added
|
||||
|
||||
@@ -35,7 +35,7 @@ pub struct ViewArgs {
|
||||
/// (`4rs.nl/n34` or `_@4rs.nl/n34`), or a set name like `kernel`.
|
||||
///
|
||||
/// If omitted, looks for a `nostr-address` file.
|
||||
#[arg(value_name = "NADDR-NIP05-OR-SET", long = "repo")]
|
||||
#[arg(value_name = "NADDR-NIP05-OR-SET")]
|
||||
naddrs: Option<Vec<NaddrOrSet>>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user