summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2022-08-17 15:30:38 +0200
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2022-08-17 15:30:38 +0200
commit849d90df3a51a33c0fb2b863988282d8f645c5b3 (patch)
tree2b64361548ba18aabb9ab2e6e99ce0d587851553 /README.md
parent6589b75881bedc23c89e542c0986a0ae7d87b4d2 (diff)
feat: Support setting the detail level via config or args (#44)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e032dcf..54382a2 100644
--- a/README.md
+++ b/README.md
@@ -292,6 +292,8 @@ OPTIONS:
-s, --style <style> Sets the style of the terminal [env: STYLE=] [default: plain]
[possible values: plain, colored]
-f, --file-explorer <app> Sets the utility for file selection [env: FILE_EXPLORER=] [default: xplr]
+ --detail-level <level> Sets the detail level for the keys [env: DETAIL_LEVEL=] [default: minimum]
+ [possible values: minimum, standard, full]
--select <option> Enables the selection mode [env: SELECT=]
[possible values: key_id, key_fpr, user_id, row1, row2]
-h, --help Print help information
@@ -407,6 +409,8 @@ The level of detail that an individual table row shows is determined by [detail
└─[10] 84C39331F6F85326 Other Signer Key <example@signer> (2021-05-16)
```
+Detail level can be set using `--detail-level` argument or `detail_level` entry in the [configuration file](#configuration).
+
### Key Information
An example table entry for the detail level `full` (which includes subkeys) is explained via reference numbers below.