From 7efa5534a1141a955efaeb3288ef51078a339e66 Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Sat, 26 Jun 2021 23:07:38 -0600 Subject: [PATCH] CLI: Unhide "diagnostic" commandline option --- jrnl/args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrnl/args.py b/jrnl/args.py index 9fc44c1f..cd22dfc9 100644 --- a/jrnl/args.py +++ b/jrnl/args.py @@ -78,7 +78,7 @@ def parse_args(args=[]): action="store_const", const=preconfig_diagnostic, dest="preconfig_cmd", - help=argparse.SUPPRESS, + help="Print active plugins", ) standalone.add_argument( "--list",