package generate

import "github.com/valerius21/bip32-ssh-keygen/cmd/generate"

Package generate implements the generate command for creating BIP39 mnemonics.

Index

Functions

func Cmd

func Cmd() *cobra.Command

Cmd returns the generate command. The generate command creates a new BIP39 mnemonic seed phrase with a configurable word count (12, 15, 18, 21, or 24 words).