Samuel Nitsche
Samuel Nitsche
As mentioned in https://github.com/utPLSQL/utPLSQL-cli/issues/188 the new command-line library doesn't support single-dash, multi-char arguments. Multi-Char args need to be prefixed with double-dash `--` So we should remove all multi-char, single-dash options...
While all necessary information is available, it might help folks new to cli to have a comprehensive list of usage examples - Using suite-path instead of package - call tests...
We should make sure cli works against all supported Oracle versions
If you run a larger set of tests it might be useful to indicate the current progress (n of m tests run) in the active console line (if Output is...
A call with the following parameters ``` -source_path=test/bar/src/main/resources/db/oracle/repeatable/ -regex_expression=".*(\\|\/)((\w+)\.)?(\w+)\.(\w{3})" -owner_subexpression=3 -name_subexpression=4 -type_subexpression=5 -test_path=test/bar/src/test/resources/db/oracle/repeatable/ -regex_expression=".*(\\|\/)((\w+)\.)?(\w+)\.(\w{3})" -owner_subexpression=3 -name_subexpression=4 -type_subexpression=5 ``` will result in different build_file_mappings on linux and windows. Windows: `.*(\\|\/)(\w+)(\\|\/)(\w+)(\\|\/)R__[0-9.]+_(\w+).(\w{3})` (correct)...