ajacksified/hubot-plusplus

Simplify URL in `hubot help` output, add detailed URL to README.md

Open

#16 建立於 2014年8月11日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)CoffeeScript (97 fork)github user discovery
enhancementhelp wanted

倉庫指標

Star
 (63 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

I've noticed some odd output when querying my hubot instance for help:

<name>++
<name>--
GET http://<url>/shamu/scores[?name=<name>][&direction=<top|botton>][&limit=&l...>]
[...]

The source of the third line above seems to be line 16 of plusplus' documentation section, which I gather describes a method of looking up scores via web interface. It's hard to understand in this context, though, and (as you can see by the quoted text above) gets garbled by auto-linkifiers on services such as HipChat.

Is there a reason why that line is included in the Commands: section of Hubot's help docs? IMO this functionality would be better outlined in the Description section so as not to clutter the output of a hubot help query. This would also allow you to expound on its usage in a clearer and more comprehensive way.

貢獻者指南