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 }