Files

10 lines
234 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Arthas 支持丰富的自动补全功能,在使用有疑惑时,可以输入`Tab`{{}} 来获取更多信息。
比如输入 `sysenv US`{{}} 之后,再输入`Tab`{{}} ,会补全出对应的 key
```
$ sysenv US
USER
...
```