We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471fe54 commit b9c6369Copy full SHA for b9c6369
cmd2/cmd2.py
@@ -4069,7 +4069,7 @@ def do_help(self, args: argparse.Namespace) -> None:
4069
4070
if self.doc_leader:
4071
self.poutput()
4072
- self.poutput(self.doc_leader, style=Cmd2Style.HELP_LEADER)
+ self.poutput(Text(self.doc_leader, style=Cmd2Style.HELP_LEADER))
4073
4074
4075
# Print any categories first and then the default category.
0 commit comments