@kotori-bot/kotori-plugin-helper
Version:
helper and menu plugin
19 lines (18 loc) • 991 B
JSON
{
"helper.descr.help": "コマンドのヘルプ情報を表示",
"helper.descr.menu": "ロボットのメニューを見る",
"helper.msg.help": "関連コマンドが見つかりました:%content%",
"helper.msg.descr.fail": "関連コマンドが見つかりませんでした",
"helper.msg.descr.command": "\n%root%%args%%description%%options%%help%%alias%",
"helper.template.help": "\n %content%",
"helper.template.alias": "\n 別名:%content%",
"helper.template.alias.delimiter": "、",
"helper.template.arg.required": " <%name%%type%%default%>",
"helper.template.arg.optional": " [%name%%type%%default%]",
"helper.template.arg.type": "::%content%",
"helper.template.default": " = %content%",
"helper.template.description": " - %content%",
"helper.template.options": "\n 引数の説明:%content%",
"helper.template.option": "\n -%name%, --%realname%%type%%description%",
"helper.template.option.type": " タイプ:%type%"
}