mirror of
https://github.com/fiatjaf/nak.git
synced 2025-08-31 22:10:47 -04:00
blossom command moved into here.
This commit is contained in:
7
main.go
7
main.go
@@ -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,
|
||||
|
Reference in New Issue
Block a user