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.
11 lines
269 B
Markdown
11 lines
269 B
Markdown
5 years ago
|
|
||
|
Arthas supports a wide range of auto-completion features, and you can type `Tab` to get more information when you have doubts about your use.
|
||
|
|
||
|
For example, after typing `sysenv US`, enter `Tab`, which will complete the corresponding key:
|
||
|
|
||
|
```
|
||
|
$ sysenv US
|
||
|
USER
|
||
|
...
|
||
|
```
|