Take me over?
NAME
KiokuDB::Cmd::Command::Edit - Edit entries using an editor
SYNOPSIS
% kioku edit -i $id -D bdb-gin:dir=foo/bar
DESCRIPTION
This command uses Proc::InvokeEditor to edit specified entries interactively.
New entries can be added and existing ones renamed or deleted. Note that no effort is made to update links to renamed entries. It is reccomended that you run the fsck command after editing.
ATTRIBUTES
- dsn
- backend
-
dsnis a string and thus can be used on the command line.backendis defined in terms ofdsnif it isn't provided. - editor
-
Override the default editor chosen by Proc::InvokeEditor.
- format
- formatter
-
formatis one ofyaml,storableorjson, defaulting toyaml.formatteris a code reference which takes an entry as an argument. It is created from a set of defaults usingformatif it isn't provided. - verbose
-
If enabled causes progress information to be printed to
STDERR.