mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
[CLI] Add Option to show all attributes (Show command) (#8256)
* Adding --all option to Show
This commit is contained in:
parent
aa839e2619
commit
15b9e82f93
5 changed files with 50 additions and 7 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue