cmddb

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2024 License: BSD-3-Clause Imports: 7 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL