daust / opal-tools

A flexible installer to install your Oracle PL/SQL and APEX code into different environments. It is complemented by a flexible exporter to spool your Oracle objects into the file system.
BSD 3-Clause "New" or "Revised" License
36 stars 3 forks source link

Adding named command line options #2

Closed daust closed 3 years ago

daust commented 4 years ago

Currently, we are using positional parameters to specify the input to the Java program.

Should be reimplemented using the Apache Commons CLI library: https://commons.apache.org/proper/commons-cli/usage.html

daust commented 3 years ago

Each command is now driven by command line switches. For each command there is now a corresponding batch file in the opal-tools/bin directory: image