diff options
author | Orhun Parmaksız <orhunparmaksiz@gmail.com> | 2022-08-17 15:30:38 +0200 |
---|---|---|
committer | Orhun Parmaksız <orhunparmaksiz@gmail.com> | 2022-08-17 15:30:38 +0200 |
commit | 849d90df3a51a33c0fb2b863988282d8f645c5b3 (patch) | |
tree | 2b64361548ba18aabb9ab2e6e99ce0d587851553 /README.md | |
parent | 6589b75881bedc23c89e542c0986a0ae7d87b4d2 (diff) |
feat: Support setting the detail level via config or args (#44)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |