mirror of
https://gitee.com/arthas/arthas.git
synced 2024-11-30 11:17:39 +08:00
fix dump -E option support. #1028
This commit is contained in:
parent
f5f7583c98
commit
42d695de71
@ -67,7 +67,7 @@ public class DumpClassCommand extends AnnotatedCommand {
|
||||
this.code = code;
|
||||
}
|
||||
|
||||
@Option(shortName = "E", longName = "regex")
|
||||
@Option(shortName = "E", longName = "regex", flag = true)
|
||||
@Description("Enable regular expression to match (wildcard matching by default)")
|
||||
public void setRegEx(boolean regEx) {
|
||||
isRegEx = regEx;
|
||||
|
Loading…
Reference in New Issue
Block a user