feat: add --personal-fork flag to repo announce command

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-09-16 20:10:10 +00:00
parent f73245f9c3
commit 8d8ad5f1e5
3 changed files with 27 additions and 13 deletions

View File

@@ -16,6 +16,7 @@ Options:
-c, --clone <CLONE> URLs for cloning the repository
-m, --maintainers <MAINTAINERS> Additional maintainers of the repository (besides yourself)
-l, --label <LABEL> Labels to categorize the repository. Can be specified multiple times
--personal-fork Indicates whether the announcement is a personal fork
--force-id Skip kebab-case validation for the repository ID
--address-file If set, creates a `nostr-address` file to enable automatic address discovery by n34
```