mirror of
https://github.com/fiatjaf/nak.git
synced 2024-11-22 08:19:06 -05:00
more aliases in nak encode flags.
This commit is contained in:
parent
9f98a0aea3
commit
2135b68106
|
@ -111,6 +111,7 @@ var encode = &cli.Command{
|
|||
},
|
||||
&cli.StringFlag{
|
||||
Name: "author",
|
||||
Aliases: []string{"a"},
|
||||
Usage: "attach an author pubkey as a hint to the nevent code",
|
||||
},
|
||||
},
|
||||
|
@ -157,7 +158,7 @@ var encode = &cli.Command{
|
|||
&cli.StringFlag{
|
||||
Name: "pubkey",
|
||||
Usage: "pubkey of the naddr author",
|
||||
Aliases: []string{"p"},
|
||||
Aliases: []string{"author", "a", "p"},
|
||||
Required: true,
|
||||
},
|
||||
&cli.Int64Flag{
|
||||
|
|
Loading…
Reference in New Issue
Block a user