From 3a3016adb6d5b9e35f8a39908bfcdc65997cc5c6 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 16 Dec 2019 11:52:18 -0800 Subject: [PATCH] add parser_count to about --- jc/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jc/cli.py b/jc/cli.py index 8943bfaf..023c5799 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -109,6 +109,7 @@ def about_jc(): 'description': info.description, 'author': info.author, 'author_email': info.author_email, + 'parser_count': len(parser_list), 'parsers': parser_list }