-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CLI] Add Option to show all attributes (Show command) (#8256)
* Adding --all option to Show
- Loading branch information
Showing
5 changed files
with
50 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
= keepassxc-cli(1) | ||
KeePassXC Team <[email protected]> | ||
: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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters