the message-list command now support filter since and before.

Change-Id: I252db293ee1ade43ce451d9dd7d4b4d4cd605fb8
This commit is contained in:
haixin 2020-04-01 10:08:01 +08:00
parent 9213f28dc8
commit dd22bb0e69
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ One command will be updated::
[--level <level>] [--limit <limit>]
[--offset <offset>] [--sort-key <sort_key>]
[--sort-dir <sort_dir>] [--columns <columns>]
[--created-before <b_time>] [--created-since <s_time>]
[--before <b_time>] [--since <s_time>]
Python client may add help to inform users this new filter, and will update