Asking for "help" should return only the script names.
> help
I can help you with the following matters:
- hello
- futurama-quotes
- jenkins
> help hello
Here are the commands I understand:
'hey|hello|hi': Send greetings to Bender
'help': Beg for help
'shutdown|quit|exit': Shutdown Bender handling. Careful!
Asking for "help" should return only the script names.
For detailed information about any script:
Add support for "context": some commands are not intended to be public (like
shutdown). Mayberespondhook should receive an extra argumentcontextthen asking for help will return only public commands.