mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
add docs
This commit is contained in:
parent
b02aaeba8a
commit
ff412f94ec
14 changed files with 386 additions and 104 deletions
24
docs/flag.md
Normal file
24
docs/flag.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Flag
|
||||
|
||||
GHProxy接受以下flag传入
|
||||
|
||||
```bash
|
||||
root@root:/data/ghproxy$ ghproxy -h
|
||||
-c string
|
||||
config file path (default "/data/ghproxy/config/config.toml")
|
||||
-cfg value
|
||||
exit
|
||||
-h show help message and exit
|
||||
-v show version and exit
|
||||
```
|
||||
|
||||
- `-c`
|
||||
类型: `string`
|
||||
默认值: `/data/ghproxy/config/config.toml`
|
||||
示例: `ghproxy -c /data/ghproxy/demo.toml`
|
||||
- `-cfg`
|
||||
已弃用, 被`-c`替代
|
||||
- `-h`
|
||||
显示帮助信息
|
||||
- `-v`
|
||||
显示版本号
|
||||
Loading…
Add table
Add a link
Reference in a new issue