malliaridis commented on PR #2674:
URL: https://github.com/apache/solr/pull/2674#issuecomment-2318149468

   I just noticed, there is a line in `solr.cmd` in both `branch_9x` and `main` 
(different places), that does:
   
   ```cmd
   set SOLR_HOST=%~2
   set "PASS_TO_RUN_EXAMPLE=-h %~2 !PASS_TO_RUN_EXAMPLE!"
   ```
   
   These hidden arguments are very hard to find. We should definitely move more 
code to Java and have a single place to update everything in the future. #


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to