mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-19 17:01:03 +00:00
Update command.md
This commit is contained in:
parent
e792261a11
commit
11da501259
1 changed files with 7 additions and 1 deletions
|
@ -6,7 +6,7 @@ Xray 使用 Go 风格的命令及参数
|
|||
|
||||
## 获取基本命令
|
||||
|
||||
您可以运行 `xray help` 来获得所有 xray 最基础的用法, 以及可用的命令及说明.
|
||||
您可以运行 `xray help` 来获得所有 xray 最基础的用法, 以及可用的命令及说明。
|
||||
|
||||
```
|
||||
Xray is a platform for building proxies.
|
||||
|
@ -58,6 +58,12 @@ without launching the server
|
|||
配置文件除了默认的 JSON 格式外,也可以使用 TOML 和 YAML。在不指定格式的前提下会通过文件扩展名识别。
|
||||
:::
|
||||
|
||||
```
|
||||
xray run -dump
|
||||
```
|
||||
|
||||
用以输出多文件配置融合之后的结果。
|
||||
|
||||
### xray version
|
||||
|
||||
输出 Xray 版本、 Golang 版本等信息。
|
||||
|
|
Loading…
Add table
Reference in a new issue