aboutsummaryrefslogtreecommitdiff
path: root/b4/command.py
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2021-05-11 17:46:02 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2021-05-11 17:46:02 -0400
commitf23c1474ffc7ae9d71d1f43e19d0cf902eeaa2b5 (patch)
treeefb7170480f75820f0470b0329e954cf7e126cf3 /b4/command.py
parent28bf91d1b24767d9b5de48f3611ee9c9f050c395 (diff)
downloadb4-f23c1474ffc7ae9d71d1f43e19d0cf902eeaa2b5.tar.gz
Rudimentary support for showing patatt key info
I expect that we'll have better keyring management tooling in the future, but for now show some rudimentary information about patatt keys used in a thread via --show-keys, e.g.: b4 mbox --show-keys 20210511143536.743919-1-konstantin@linuxfoundation.org b4 mbox --show-keys 20210507181322.172569-1-konstantin@linuxfoundation.org Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'b4/command.py')
-rw-r--r--b4/command.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/b4/command.py b/b4/command.py
index ff457dd..12c7354 100644
--- a/b4/command.py
+++ b/b4/command.py
@@ -84,6 +84,8 @@ def cmd():
cmd_mbox_common_opts(sp_mbox)
sp_mbox.add_argument('-f', '--filter-dupes', dest='filterdupes', action='store_true', default=False,
help='When adding messages to existing maildir, filter out duplicates')
+ sp_mbox.add_argument('--show-keys', dest='showkeys', action='store_true', default=False,
+ help='Show all developer keys from the thread')
sp_mbox.set_defaults(func=cmd_mbox)
# b4 am