mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
update watch command description.
This commit is contained in:
@@ -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" +
|
||||
|
||||
Reference in New Issue
Block a user