Valery Brobbey
Valery Brobbey
For args refactoring, one idea is to use the features in [Spring Boot Config](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#features.external-config). This can accept parameters from command line, system environment variables, or user supplied `.properties` and `.yaml`...
[CommandLineArguments](https://github.com/schemaspy/schemaspy/blob/master/src/main/java/org/schemaspy/cli/CommandLineArguments.java) already supports command line arguments and `.properties` files using JCommander.
Hi Zack, Thanks for the response. Yes, JSON arrays are by specification, ordered. However, there are real world scenarios where the order of elements in an array is irrelevant. To...
Sounds good. There is always a fine balance between adding new features and keeping a product simple and easy to use. Regardless, you've done a good job on such a...