Expand channel help entry
This commit is contained in:
parent
b9f0af6413
commit
c9d40e7c81
7 changed files with 120 additions and 38 deletions
|
|
@ -153,7 +153,7 @@ class CmdHelp(COMMAND_DEFAULT_CLASS):
|
|||
else:
|
||||
aliases = ''
|
||||
|
||||
help_text = "\n\n" + dedent(help_text.strip(), indent=0) + "\n" if help_text else ""
|
||||
help_text = "\n\n" + dedent(help_text.strip('\n')) + "\n" if help_text else ""
|
||||
|
||||
if subtopics:
|
||||
subtopics = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue