Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Resolved
-
None
Description
The current state of SolrCLI contains multiple static fields and methods that are used across the CLI classes. However, the SolrCLI class is used as the main entrypoint for our CLI scripts and should not provide and be responsible for these utilities.
By following the seperation of concerns, two improvements can be made. These are
- extract the static fields and helper methods to a utility class
- extract global options to a cli options class
In the context of this ticket only the first improvement should be addressed.
Attachments
Issue Links
- links to