qwazer / scheme2ddl

Command line util for export oracle schema to set of ddl scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unify command line parameter quoting

neekibo opened this issue · comments

Parameter -f, --filter does not allow single quotes and parameter -tf, --type-filter needs single quotes to work.

Example to get only the ddl for table filter: -f tickets -tf 'table'

this is related to #27

commented

OK, I'd guess we want single quotes for -f as well, so I will investigate and deliver a patch for this.

commented

Did the check in for Main.java right now.