Skip to content
Snippets Groups Projects
Commit 63d26d2c authored by Jon Crall's avatar Jon Crall
Browse files

Fixed rich argparse change

parent 7f2bf326
Branches dashboard
No related tags found
Loading
Checking pipeline status
......@@ -179,6 +179,8 @@ class RawDescriptionDefaultsHelpFormatter(
_RawDescriptionHelpFormatter,
_ArgumentDefaultsHelpFormatter):
group_name_formatter = str # revert rich-argparse title change
def _concise_option_strings(self, action):
# When working with fuzzy hyphens only show one variant of each
# possibility.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment