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.
2 parents 92b0593 + b9c6369 commit 44a71aeCopy full SHA for 44a71ae
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