[CLI] Add Option to show all attributes (Show command) (#8256)

* Adding --all option to Show
This commit is contained in:
louib 2022-08-20 22:38:58 -04:00 committed by GitHub
parent aa839e2619
commit 15b9e82f93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 50 additions and 7 deletions

View file

@ -16,7 +16,7 @@
= keepassxc-cli(1)
KeePassXC Team <team@keepassxc.org>
:docdate: 2020-08-31
:docdate: 2022-08-20
:doctype: manpage
:mansource: KeePassXC {revnumber}
:manmanual: General Commands Manual
@ -252,6 +252,9 @@ The same password generation options as documented for the generate command can
If no attributes are specified and *-t* is not specified, a summary of the default attributes is given.
Protected attributes will be displayed in clear text if specified explicitly by this option.
*--all*::
Show all the attributes of the entry.
*-s*, *--show-protected*::
Shows the protected attributes in clear text.