louislivi / SMProxy

Swoole MySQL Proxy 一个基于 MySQL 协议,Swoole 开发的MySQL数据库连接池。 A MySQL database connection pool based on MySQL protocol and Swoole.
https://smproxy.louislivi.com
MIT License
1.78k stars 258 forks source link

bin/server 的帮助信息没有更新 #20

Closed wi1dcard closed 5 years ago

wi1dcard commented 5 years ago
➜  smproxy bin/server

  /$$$$$$  /$$      /$$ /$$$$$$$
 /$$__  $$| $$$    /$$$| $$__  $$
| $$  \__/| $$$$  /$$$$| $$  \ $$ /$$$$$$   /$$$$$$  /$$   /$$ /$$   /$$
|  $$$$$$ | $$ $$/$$ $$| $$$$$$$//$$__  $$ /$$__  $$|  $$ /$$/| $$  | $$
 \____  $$| $$  $$$| $$| $$____/| $$  \__/| $$  \ $$ \  $$$$/ | $$  | $$
 /$$  \ $$| $$\  $ | $$| $$     | $$      | $$  | $$  >$$  $$ | $$  | $$
|  $$$$$$/| $$ \/  | $$| $$     | $$      |  $$$$$$/ /$$/\  $$|  $$$$$$$
 \______/ |__/     |__/|__/     |__/       \______/ |__/  \__/ \____  $$
                                                               /$$  | $$
                                                              |  $$$$$$/
                                                               \______/

SMProxy version: v1.2.1

Options and arguments (and corresponding environment variables):
start   : start server
stop    : stop server
restart : restart server
status  : view service status
reload  : graceful restart
-h      : print this help message and exit (also --help)
-v      : print server version
wi1dcard commented 5 years ago

另外帮助信息的格式我建议明确一下,我简单规范了一下,见: https://github.com/louislivi/smproxy/commit/6eb35bdc010e2453778ba45bfccd8655683127fc

建议参考的规范:

louislivi commented 5 years ago

dd6b2edb1dffb7eac7b1040883f9b9c60669dd88 已解决