fix dump -E option support. #1028

This commit is contained in:
hengyunabc 2020-02-17 02:01:57 +08:00
parent f5f7583c98
commit 42d695de71

View File

@ -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;