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/tutorials/katacoda/command-sysenv-cn/auto-completion.md

11 lines
219 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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