You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/07/06 12:17:28 UTC

[GitHub] [shardingsphere] xbkaishui commented on a change in pull request #6276: add help command for proxy start up script

xbkaishui commented on a change in pull request #6276:
URL: https://github.com/apache/shardingsphere/pull/6276#discussion_r450180569



##########
File path: shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/resources/bin/start.bat
##########
@@ -27,6 +27,13 @@ set PORT=%1
 
 set CONFIG=%2
 
+if "%PORT%"=="-h" (
+    goto print_usage
+)
+if "%PORT%"=="-help" (

Review comment:
       sorry miss - 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org