mirror of
https://gitee.com/arthas/arthas.git
synced 2024-11-30 03:07:37 +08:00
22 lines
526 B
Markdown
22 lines
526 B
Markdown
|
|
||
|
`reset -h`{{execute T2}}
|
||
|
|
||
|
```bash
|
||
|
$ reset -h
|
||
|
USAGE:
|
||
|
reset [-h] [-E] [class-pattern]
|
||
|
|
||
|
SUMMARY:
|
||
|
Reset all the enhanced classes
|
||
|
|
||
|
EXAMPLES:
|
||
|
reset
|
||
|
reset *List
|
||
|
reset -E .*List
|
||
|
|
||
|
OPTIONS:
|
||
|
-h, --help this help
|
||
|
-E, --regex Enable regular expression to match (wildcard matching by default)
|
||
|
<class-pattern> Path and classname of Pattern Matching
|
||
|
```
|
||
|
|