This PR implements a CLI help using yargs instead of commander calling solr --help which shows the available special commands and a link to the repo for more information.
Other changes:
On Windows, the quit and clear commands did not work, because of the format of the input command, which got solved by a trim() of the input command.
Error handling and exiting the REPL when no RPC client is running.
This PR implements a CLI help using yargs instead of commander calling
solr --help
which shows the available special commands and a link to the repo for more information.Other changes:
quit
andclear
commands did not work, because of the format of the input command, which got solved by atrim() of the input command
.Feel free to propose modifications to this PR.
Cheers Sebastian