After feedback, setting the default help index (the one you see when just writing "help" without
any arguments to the default static mux topic list instead. The dynamic index is a bit overwhelming. It's reachable from "help index" See also "help help" and "help help_staff".
This commit is contained in:
parent
4cc8e57774
commit
6f11a1a62c
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ def cmd_help(command):
|
||||||
if not command.command_argument:
|
if not command.command_argument:
|
||||||
#display topic index if just help command is given
|
#display topic index if just help command is given
|
||||||
if not switches:
|
if not switches:
|
||||||
topicstr = "index"
|
topicstr = "topic"
|
||||||
else:
|
else:
|
||||||
#avoid applying things to "topic" by mistake
|
#avoid applying things to "topic" by mistake
|
||||||
source_object.emit_to("You have to supply a topic.")
|
source_object.emit_to("You have to supply a topic.")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue