Add some commands

This commit is contained in:
Richard Chien
2016-12-30 22:01:50 +08:00
parent e14b74cf2f
commit c62fafa69e
15 changed files with 407 additions and 46 deletions

View File

@ -65,7 +65,7 @@ def take(args_text, ctx_msg, allow_interactive=True):
core.echo('好的,记下了~', ctx_msg)
@cr.register('列出所有笔记')
@cr.register('列出所有笔记', '查看所有笔记', '所有笔记')
@cr.register('list', hidden=True)
@_check_target
def list_all(_, ctx_msg):