添加 random 系列命令,对命令起始符为空的情况进行用户友好处理

This commit is contained in:
Richard Chien
2017-02-18 18:58:24 +08:00
parent 21c27ea6c5
commit 6e1ac79024
7 changed files with 110 additions and 15 deletions

View File

@ -324,6 +324,7 @@ def _send_add_job_help_msg(ctx_msg, internal):
'/scheduler.add_job 0 22 * * * --multi zhihu-daily-job\n'
'zhihu\n'
'echo 今天又是很棒的一天哦!\n'
'\n'
'例 2\n'
'以下命令将每 5 分钟发送一条提示:\n'
'/scheduler.add_job -M */5 tip-job echo 提示内容',