Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cli.Command{ Name: "createdb", Usage: "Create a new kdbx databse", Description: ` To list entries kpcli \ --keyfile <keyfile> \ --name <xyx.kdbx> \ --pass {password to encrypt/open kdbx} \ createdb Example: kpcli \ --keyfile ./tmp/master-db.key \ --pass 'super_secret' \ --db ./tmp/master-db.kdbx \ createdb `, Action: runCreate, Flags: []cli.Flag{}, }
Functions ¶
func ReadPassword ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.