Files
proxy-get-service/README.md
2020-08-09 21:39:22 +08:00

25 lines
368 B
Markdown

# proxy-get-service
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
```