Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &command.C{ Name: "db", Help: "Commands to manipulate a key database.", Commands: []*command.C{ { Name: "create", Usage: "<db-path>", Help: "Create a new empty database.", Run: command.Adapt(runDBCreate), }, { Name: "change-key", Help: "Change the access key on the database.", Run: command.Adapt(runDBChangeKey), }, { Name: "edit", Help: "Edit the full content of the database.", Run: command.Adapt(runDBEdit), }, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.