mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
10 lines
282 B
Markdown
10 lines
282 B
Markdown
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
|
|
...
|
|
```
|