From d62ea59d2d4513bd3453e3939c001537400f5952 Mon Sep 17 00:00:00 2001 From: Douglas Jacobsen Date: Thu, 3 Oct 2024 13:16:35 -0600 Subject: [PATCH] Elevate the debug option to be printed with `ramble help` --- lib/ramble/ramble/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ramble/ramble/main.py b/lib/ramble/ramble/main.py index e6d141687..b563e4bd6 100644 --- a/lib/ramble/ramble/main.py +++ b/lib/ramble/ramble/main.py @@ -64,7 +64,7 @@ } #: control top-level ramble options shown in basic vs. advanced help -options_by_level = {"short": ["h", "k", "V", "color"], "long": "all"} +options_by_level = {"short": ["h", "k", "V", "color", "d"], "long": "all"} #: Longer text for each section, to show in help section_descriptions = {