mirror of https://github.com/alibaba/arthas.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
414 B
Markdown
9 lines
414 B
Markdown
5 years ago
|
|
||
|
支持通过`TAB`键自动补全
|
||
|
|
||
|
如果想再执行之前的命令,可以在输入一半时,按`Up/↑` 或者 `Ddown/↓`,来匹配到之前的命令。
|
||
|
|
||
|
比如之前执行过`sysprop java.version`,那么在输入`sysprop ja`之后,可以输入`Up/↑`,就会自动补全为`sysprop java.version`。
|
||
|
|
||
|
如果想查看所有的历史命令,也可以通过 `history`{{execute T2}} 命令查看到。
|