This commit is contained in:
2020-08-09 21:39:22 +08:00
parent 415a1fd51e
commit dfbbff1185

View File

@@ -1,3 +1,24 @@
# proxy-get-service
Proxy get service in Rust
Proxy get service in Rust
```shell
% ./proxy-get-service --help
proxy-get-service 0.1.0
USAGE:
proxy-get-service [FLAGS] [OPTIONS]
FLAGS:
-h, --help Prints help information
-w, --wide Listen wide 0.0.0.0:port
-V, --version Prints version information
OPTIONS:
-p, --port <listen_port> Listen port
```