utPLSQL / utPLSQL-cli

Command line client for invoking utPLSQL
Apache License 2.0
40 stars 15 forks source link

Remove all multi-char, single-dash options #189

Open pesse opened 3 years ago

pesse commented 3 years ago

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.