Adding db-info CLI command. (#4231)
This adds a basic db-show CLI command, to display the information related to a database.
This commit is contained in:
@@ -28,9 +28,12 @@ Copies the password or the current TOTP (\fI-t\fP option) of a database entry to
|
||||
.IP "\fBclose\fP"
|
||||
In interactive mode, closes the currently opened database (see \fIopen\fP).
|
||||
|
||||
.IP "\fBcreate\fP [options] <database>"
|
||||
.IP "\fBdb-create\fP [options] <database>"
|
||||
Creates a new database with a key file and/or password. The key file will be created if the file that is referred to does not exist. If both the key file and password are empty, no database will be created.
|
||||
|
||||
.IP "\fBdb-info\fP [options] <database>"
|
||||
Show a database's information.
|
||||
|
||||
.IP "\fBdiceware\fP [options]"
|
||||
Generates a random diceware passphrase.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user