mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
CLI: Unhide "diagnostic" commandline option
This commit is contained in:
parent
79c37401c4
commit
7efa5534a1
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue