update trace doc

This commit is contained in:
hengyunabc
2018-12-04 01:40:16 +08:00
parent 3fbbd9c1fd
commit 307e6bad5a
3 changed files with 74 additions and 147 deletions
@@ -22,11 +22,11 @@ import com.taobao.middleware.cli.annotations.Summary;
@Name("stack")
@Summary("Display the stack trace for the specified class and method")
@Description(Constants.EXPRESS_DESCRIPTION + Constants.EXAMPLE +
" stack -E org\\.apache\\.commons\\.lang\\.StringUtils isBlank\n" +
" stack org.apache.commons.lang.StringUtils isBlank\n" +
" stack *StringUtils isBlank\n" +
" stack *StringUtils isBlank params[0].length==1\n" +
" stack *StringUtils isBlank '#cost>100'\n" +
" stack -E org\\.apache\\.commons\\.lang\\.StringUtils isBlank\n" +
Constants.WIKI + Constants.WIKI_HOME + "stack")
public class StackCommand extends EnhancerCommand {
private String classPattern;