janhoy commented on PR #4924:
URL: https://github.com/apache/solr/pull/4924#issuecomment-5774137314

   > For what it's worth, Picocli uses `picocli.CommandLine.Command` to 
annotate "this is a command"..... But again, we can use Tool...
   
   These can be both tools and commands. The individual classes are tools, and 
they can be invoked either from the CLI in which case it makes sense to 
document it user-facing as a bin/solr command. But PostTool can also be run 
standalone or embedded in some other bootstrap I suppose (at least it could 
earlier). I think we should keep the Tool naming in the code but refer to them 
as commands in the context of bin/solr.


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