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 and replace them with a single char.
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 and replace them with a single char.