mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 12:08:31 +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",
|
action="store_const",
|
||||||
const=preconfig_diagnostic,
|
const=preconfig_diagnostic,
|
||||||
dest="preconfig_cmd",
|
dest="preconfig_cmd",
|
||||||
help=argparse.SUPPRESS,
|
help="Print active plugins",
|
||||||
)
|
)
|
||||||
standalone.add_argument(
|
standalone.add_argument(
|
||||||
"--list",
|
"--list",
|
||||||
|
|
Loading…
Add table
Reference in a new issue