Currently, some execution happens inPainteraCommandLineArgs.call, e.g. printing error codes or version string. This method should only ensure consistency of arguments. While changing this, it is probably also desirable to simply System.out.println(Version.VERSION_STRING) instead of logging to make processing with bash tools easier.
Currently, some execution happens in
PainteraCommandLineArgs.call
, e.g. printing error codes or version string. This method should only ensure consistency of arguments. While changing this, it is probably also desirable to simplySystem.out.println(Version.VERSION_STRING)
instead of logging to make processing with bash tools easier.