update watch command description.

This commit is contained in:
hengyunabc
2019-02-13 16:39:19 +08:00
parent 6a584022a0
commit d235ee1050
2 changed files with 2 additions and 0 deletions
@@ -31,6 +31,7 @@ public interface Constants {
" params\n" +
" params[0]\n" +
" 'params[0]+params[1]'\n" +
" '{params[0], target, returnObj}'\n" +
" returnObj\n" +
" throwExp\n" +
" target\n" +
@@ -20,6 +20,7 @@ import com.taobao.middleware.cli.annotations.Summary;
@Description(Constants.EXPRESS_DESCRIPTION + "\nExamples:\n" +
" watch -b org.apache.commons.lang.StringUtils isBlank params\n" +
" watch -f org.apache.commons.lang.StringUtils isBlank returnObj\n" +
" watch org.apache.commons.lang.StringUtils isBlank '{params, target, returnObj}' -x 2\n" +
" watch -bf *StringUtils isBlank params\n" +
" watch *StringUtils isBlank params[0]\n" +
" watch *StringUtils isBlank params[0] params[0].length==1\n" +