Skip to content

Commit

Permalink
update watch command description.
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Feb 13, 2019
1 parent 6a58402 commit d235ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
@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" +
Expand Down

0 comments on commit d235ee1

Please sign in to comment.