Open svandenhoek opened 9 months ago
Current implementation of CLI processing is very bare basics. To make the tool production-ready, a better argument parsing should be added with actual validation of the arguments.
Partially added in v0.2.0, though could be improved by validating the actual files (and not just a simple file existence/extension name check).
Current implementation of CLI processing is very bare basics. To make the tool production-ready, a better argument parsing should be added with actual validation of the arguments.