keathley / butler

An elixir powered robot
MIT License
25 stars 4 forks source link

Add a basic help plugin and expose "usage" for each handler in a plugin. #33

Closed keathley closed 9 years ago

keathley commented 9 years ago

Users can now declare a @usage for each handler in their plugin. A help plugin pulls each usage for every plugin installed and returns it to the user formatted as code.

I've also updated the template to include the help plugin by default.