Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KeyGen = &cobra.Command{
Use: "key-gen [-s seed | -f seed-filename]",
Short: "Generates and/or saves new key pair",
Run: keyGen,
}
View Source
var SeedGen = &cobra.Command{
Use: "seed-gen [-s seed | -f seed-filename]",
Short: "Generates and/or saves a new nostr seed id file",
Run: seedGen,
}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.