jt2594838 opened a new pull request, #17914:
URL: https://github.com/apache/iotdb/pull/17914
## Summary
- Fix Windows start-cli.bat so -pw without an inline password does not
consume the following CLI option
- Preserve existing behavior for -pw with an explicit password
- Cover the same behavior for start-cli-table.bat because it delegates to
start-cli.bat
## Verification
- Used a temporary fake JAVA_HOME/bin/java.exe to capture launcher arguments
for:
- start-cli.bat -h 127.0.0.1 -pw -u root -p 6667
- start-cli.bat -h 127.0.0.1 -u root -pw -e show databases
- start-cli-table.bat -pw -h 127.0.0.1 -u root -p 6667
- start-cli.bat -h 127.0.0.1 -pw root -u root -p 6667
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]