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.
|
|
|
|
|
|
|
|
|
Arthas支持丰富的自动补全功能,在使用有疑惑时,可以输入`Tab`来获取更多信息。
|
|
|
|
|
|
|
|
|
|
比如输入 `sysenv US` 之后,再输入`Tab`,会补全出对应的key:
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
$ sysenv US
|
|
|
|
|
USER
|
|
|
|
|
...
|
|
|
|
|
```
|