blossom command moved into here.

This commit is contained in:
fiatjaf
2025-03-05 00:32:40 -03:00
parent 7bb7543ef7
commit e6448debf2
4 changed files with 246 additions and 12 deletions

View File

@@ -22,10 +22,10 @@ var app = &cli.Command{
Usage: "the nostr army knife command-line tool",
DisableSliceFlagSeparator: true,
Commands: []*cli.Command{
req,
count,
fetch,
event,
req,
fetch,
count,
decode,
encode,
key,
@@ -33,6 +33,7 @@ var app = &cli.Command{
relay,
bunker,
serve,
blossomCmd,
encrypt,
decrypt,
outbox,